Webapp: remove last reference to worker list
Just a remainder of copy-paste.
This commit is contained in:
parent
9029ab89eb
commit
fb58f101ea
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="col col-workers-list">
|
<div class="col col-tags-list">
|
||||||
<h2 class="column-title">Tag Details</h2>
|
<h2 class="column-title">Tag Details</h2>
|
||||||
|
|
||||||
<div class="action-buttons btn-bar-group">
|
<div class="action-buttons btn-bar-group">
|
||||||
@ -36,6 +36,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.col-tags-list {
|
||||||
|
grid-area: col-1;
|
||||||
|
}
|
||||||
.create-tag-container {
|
.create-tag-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user