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