Fix flexbox view when there are three items
This commit is contained in:
parent
aee42df3ad
commit
8fd0e5ff57
5 changed files with 62 additions and 42 deletions
|
@ -33,7 +33,7 @@
|
|||
import ServerBox from './ServerBox';
|
||||
import Navigation from '../core/Navigation';
|
||||
import isObject from 'lodash/isObject';
|
||||
import {mapState} from 'vuex';
|
||||
import { mapState } from 'vuex';
|
||||
|
||||
export default {
|
||||
name: 'dashboard',
|
||||
|
@ -72,8 +72,8 @@
|
|||
},
|
||||
set: function (value) {
|
||||
this.$store.dispatch('dashboard/setSearchTerm', value);
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
@ -112,6 +112,6 @@
|
|||
onChange: debounce(function () {
|
||||
this.loadServers();
|
||||
}, 500),
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue