minor ui tweaks
This commit is contained in:
parent
0f9214ffeb
commit
20ea9a849b
3 changed files with 12 additions and 4 deletions
1
template/static/images/layers.svg
Normal file
1
template/static/images/layers.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-layers"><polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline></svg>
|
||||
|
After Width: | Height: | Size: 365 B |
|
|
@ -59,6 +59,7 @@ new Vue({
|
|||
},
|
||||
watch: {
|
||||
'feedSelected': function(newVal, oldVal) {
|
||||
if (newVal === null) return
|
||||
var parts = newVal.split(':', 2)
|
||||
var type = parts[0]
|
||||
var guid = parts[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue