mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-26 04:50:18 +00:00
Fixed #174
This commit is contained in:
parent
17820287ac
commit
f1a52a7645
2 changed files with 3 additions and 2 deletions
|
@ -100,7 +100,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Ok": "OK"
|
||||
"Ok": "OK",
|
||||
"Reload": "Reload"
|
||||
},
|
||||
"Modules": {
|
||||
"ET": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</option>
|
||||
</b-form-select >
|
||||
<b-button size="sm" class="my-2 my-sm-0" @click="fetchServers" variant="warning">
|
||||
<b-icon icon="arrow-clockwise" aria-hidden="true"></b-icon> Reload
|
||||
<b-icon icon="arrow-clockwise" aria-hidden="true"></b-icon> {{ $t("Common.Reload") }}
|
||||
</b-button>
|
||||
</b-nav-form>
|
||||
</b-navbar-nav>
|
||||
|
|
Loading…
Reference in a new issue