File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 src =" ../assets/multinet_logo.svg"
1111 alt =" Multinet Logo"
1212 >
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 >
2914
3015 <v-tooltip bottom >
3116 <template v-slot :activator =" { on , attrs } " >
6954 <span >Clear Selection</span >
7055 </v-tooltip >
7156
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+
7272 <v-menu
7373 bottom
7474 offset-y
8787 <v-list-item link @click =" exportNetwork" ><v-list-item-title >Export Network</v-list-item-title ></v-list-item >
8888 <v-list-item link @click =" showTrrackVis" ><v-list-item-title >Show History</v-list-item-title ></v-list-item >
8989 <v-list-item link @click =" redirectToDocs" ><v-list-item-title >Get Help</v-list-item-title ></v-list-item >
90-
91-
9290 </v-list >
9391 </v-menu >
9492
@@ -137,6 +135,10 @@ function redirectToDocs() {
137135 margin-right : 5px ;
138136}
139137
138+ #title {
139+ margin-right : 10px ;
140+ }
141+
140142.search-box {
141143 width : 0px ;
142144}
You can’t perform that action at this time.
0 commit comments