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 = () => {}) {
|
spawnContextMenu(x: number, y: number, on_close: () => void = () => {}) {
|
||||||
spawnMenu(x, y, {
|
spawnMenu(x, y, {
|
||||||
type: MenuEntryType.ENTRY,
|
type: MenuEntryType.ENTRY,
|
||||||
icon: "virtualserver_edit",
|
icon: "client-virtualserver_edit",
|
||||||
name: "Edit",
|
name: "Edit",
|
||||||
callback: () => {
|
callback: () => {
|
||||||
Modals.createServerModal(this, properties => {
|
Modals.createServerModal(this, properties => {
|
||||||
|
|
|
@ -323,6 +323,7 @@
|
||||||
<textarea class="value virtualserver_default_client_description">{{>virtualserver_default_client_description}}</textarea>
|
<textarea class="value virtualserver_default_client_description">{{>virtualserver_default_client_description}}</textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Note: These settings require a virtual server restart to take effect!
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</x-content>
|
</x-content>
|
||||||
|
|
Loading…
Add table
Reference in a new issue