We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5153d2 commit 5e79b8cCopy full SHA for 5e79b8c
src/components/dashboard_items/HTMLQueue.vue
@@ -9,10 +9,10 @@ Description:
9
<span class='list-title' v-if='this.activeLayer.id !== ""'>
10
<i class="fas fa fa-chevron-up fa-md" @click="setParentLayer"></i>
11
<!-- <button v-if='this.activeLayer.id' @click="upOneLayer">Up</button> -->
12
- Viewing Elements in '{{ depth }}'
+ Viewing Elements in '{{ depth }}'
13
+ <hr>
14
</span>
15
<span class='list-title' v-else-if='!this.activeComponent'></span>
- <hr>
16
<div
17
group="people"
18
class="list-group"
0 commit comments