Fixed serveredit icon and added a note

This commit is contained in:
WolverinDEV 2018-08-13 13:16:10 +02:00
parent c757f53b07
commit 8e3c6fd08e
2 changed files with 2 additions and 1 deletions

View file

@ -122,7 +122,7 @@ class ServerEntry {
spawnContextMenu(x: number, y: number, on_close: () => void = () => {}) {
spawnMenu(x, y, {
type: MenuEntryType.ENTRY,
icon: "virtualserver_edit",
icon: "client-virtualserver_edit",
name: "Edit",
callback: () => {
Modals.createServerModal(this, properties => {

View file

@ -323,6 +323,7 @@
<textarea class="value virtualserver_default_client_description">{{>virtualserver_default_client_description}}</textarea>
</div>
</div>
Note: These settings require a virtual server restart to take effect!
</div>
</div>
</x-content>