Web Interface for Tags #104244

Merged
Sybren A. Stüvel merged 30 commits from Evelinealy/flamenco:tag-interface into main 2023-09-04 13:06:10 +02:00
Showing only changes of commit d2902fedcc - Show all commits

View File

@ -45,6 +45,7 @@
.create-tag-input {
flex: 1;
margin-right: 10px;
height: 30px;
}
</style>
@ -107,6 +108,7 @@ export default {
_onTableBuilt() {
this.fetchTags();
},
fetchTags() {
this.workers
.refreshTags()