Fixed serveredit icon and added a note
This commit is contained in:
parent
c757f53b07
commit
8e3c6fd08e
2 changed files with 2 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue