- {{nodeName}}
-
- {{$t("commons.running")}}
-
- {{$t("commons.idle")}}
-
- {{" CPU:"+nodeOperationInfo.cpuUsage}}
-
- {{" CPU:"+nodeOperationInfo.cpuUsage}}
+ {{ nodeName }}
+
+ {{ $t("commons.running") }}
+
+
+ {{ $t("commons.idle") }}
+
+
+ {{ " CPU:" + nodeOperationInfo.cpuUsage }}
+
+ {{ " CPU:" + nodeOperationInfo.cpuUsage }}
@@ -17,7 +23,7 @@ export default {
name: "NodeOperationLabel",
props: {
nodeName: String,
- nodeOperationInfo:Object,
+ nodeOperationInfo: Object,
labelClassName: {
type: String,
default: "node-label"
@@ -29,19 +35,17 @@ export default {
defaultInitOptions: this.initOptions
};
},
- computed: {
- },
+ computed: {},
mounted() {
},
- methods: {
- }
+ methods: {}
};