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