updates
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
icon: "font-awesome/fa-sliders",
|
||||
|
||||
label: function () {
|
||||
return this.positionIcon + " " + this.assetType || "Measurement";
|
||||
return (this.positionIcon || "") + " " + (this.assetType || "Measurement");
|
||||
},
|
||||
|
||||
oneditprepare: function() {
|
||||
|
||||
Reference in New Issue
Block a user