really remove labels for tenant
This commit is contained in:
parent
83e435637a
commit
951b7f8018
@ -60,7 +60,7 @@ export default {
|
|||||||
return fs;
|
return fs;
|
||||||
},
|
},
|
||||||
visible_fields: function() {
|
visible_fields: function() {
|
||||||
var fs = ['succeeded', 'datetime', 'location', 'product__name', 'code', 'phone_model', 'labels'];
|
var fs = ['succeeded', 'datetime', 'location', 'product__name', 'code', 'phone_model'];
|
||||||
if (this.$root.is_admin) {
|
if (this.$root.is_admin) {
|
||||||
fs.push('ip');
|
fs.push('ip');
|
||||||
fs.push('message');
|
fs.push('message');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user