Rename worker clusters to tags #104223
@ -211,6 +211,7 @@ export default {
|
|||||||
},
|
},
|
||||||
workerSleepScheduleStatusLabel() {
|
workerSleepScheduleStatusLabel() {
|
||||||
return this.workerSleepSchedule.is_active ? 'Enabled' : 'Disabled';
|
return this.workerSleepSchedule.is_active ? 'Enabled' : 'Disabled';
|
||||||
|
},
|
||||||
hasTagsAssigned() {
|
hasTagsAssigned() {
|
||||||
const tagIDs = this.getAssignedTagIDs();
|
const tagIDs = this.getAssignedTagIDs();
|
||||||
return tagIDs && tagIDs.length > 0;
|
return tagIDs && tagIDs.length > 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user