File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
< div class ="flex1 "> </ div >
29
29
< mat-menu #sideMenu ="matMenu ">
30
30
< button [disabled] ="!currentInstance " mat-menu-item (click) ="onRefresh(true) "> Refresh + Expand All Nodes</ button >
31
- < button [disabled] ="!currentInstance " mat-menu-item (click) ="onImport(currentInstance) "> Import</ button >
32
- < button [disabled] ="!currentInstance " mat-menu-item (click) ="onExport(currentInstance) "> Export</ button >
31
+ < button [disabled] ="!currentInstance " mat-menu-item (click) ="onImport(currentInstance) "> Import Data </ button >
32
+ < button [disabled] ="!currentInstance " mat-menu-item (click) ="onExport(currentInstance) "> Export Data </ button >
33
33
</ mat-menu >
34
34
< button mat-icon-button matTooltip ="Settings " (click) ="onSettingsEvt() " onclick ="this.blur() " > < i class ="material-icons "> settings</ i > </ button >
35
35
< button mat-icon-button matTooltip ="More " [matMenuTriggerFor] ="sideMenu ">
You can’t perform that action at this time.
0 commit comments