minor
This commit is contained in:
@@ -110,9 +110,11 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(['setSetting']),
|
...mapActions(['setSetting']),
|
||||||
// resourceStyle ({ row }) {
|
resourceStyle ({ row }) {
|
||||||
// if (row.hidden) return 'opacity: 0.5'
|
if (row.hidden) {
|
||||||
// },
|
return { opacity: 0.5 }
|
||||||
|
}
|
||||||
|
},
|
||||||
async instanceSelected (instance) {
|
async instanceSelected (instance) {
|
||||||
this.users = await this.$axios.$get(`/instances/${instance.domain}`)
|
this.users = await this.$axios.$get(`/instances/${instance.domain}`)
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -357,6 +357,7 @@ export default {
|
|||||||
.menu {
|
.menu {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: 1px solid #e6e6e6;
|
border-left: 1px solid #e6e6e6;
|
||||||
|
background-color: transparent;
|
||||||
p {
|
p {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user