Rename worker clusters to tags #104223

Manually merged
Sybren A. Stüvel merged 8 commits from Evelinealy/flamenco:worker-tag-rename into main 2023-07-10 11:13:35 +02:00
Showing only changes of commit c415d49939 - Show all commits

View File

@ -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;