File tree 1 file changed +20
-18
lines changed 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 10
10
src =" ../assets/multinet_logo.svg"
11
11
alt =" Multinet Logo"
12
12
>
13
- <v-toolbar-title >{{ props.appName }}</v-toolbar-title >
14
-
15
- <v-spacer />
16
-
17
- <div >
18
- <v-autocomplete
19
- v-model =" searchTerm"
20
- :items =" searchItems"
21
- auto-select-first
22
- dense
23
- filled
24
- hide-details
25
- placeholder =" Search For A Node"
26
- @change =" searchTerm !== undefined && search(searchTerm); searchTerm = undefined"
27
- />
28
- </div >
13
+ <v-toolbar-title id =" title" >{{ props.appName }}</v-toolbar-title >
29
14
30
15
<v-tooltip bottom >
31
16
<template v-slot :activator =" { on , attrs } " >
69
54
<span >Clear Selection</span >
70
55
</v-tooltip >
71
56
57
+ <div >
58
+ <v-autocomplete
59
+ v-model =" searchTerm"
60
+ :items =" searchItems"
61
+ auto-select-first
62
+ dense
63
+ filled
64
+ hide-details
65
+ placeholder =" Search For A Node"
66
+ @change =" searchTerm !== undefined && search(searchTerm); searchTerm = undefined"
67
+ />
68
+ </div >
69
+
70
+ <v-spacer />
71
+
72
72
<v-menu
73
73
bottom
74
74
offset-y
87
87
<v-list-item link @click =" exportNetwork" ><v-list-item-title >Export Network</v-list-item-title ></v-list-item >
88
88
<v-list-item link @click =" showTrrackVis" ><v-list-item-title >Show History</v-list-item-title ></v-list-item >
89
89
<v-list-item link @click =" redirectToDocs" ><v-list-item-title >Get Help</v-list-item-title ></v-list-item >
90
-
91
-
92
90
</v-list >
93
91
</v-menu >
94
92
@@ -137,6 +135,10 @@ function redirectToDocs() {
137
135
margin-right : 5px ;
138
136
}
139
137
138
+ #title {
139
+ margin-right : 10px ;
140
+ }
141
+
140
142
.search-box {
141
143
width : 0px ;
142
144
}
You can’t perform that action at this time.
0 commit comments