mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-18 05:40:31 +00:00
[~] Nano order change
This commit is contained in:
parent
471b49cd79
commit
e2142d63f2
@ -39,6 +39,7 @@ interface CommandRequest extends BaseRequest {
|
||||
enum serviiRequest {
|
||||
setSubdomain = 'SetSubdomain',
|
||||
fetchServers = 'FetchServers',
|
||||
fetchLogs = 'FetchLogs',
|
||||
accountCreate = 'AccountCreate',
|
||||
serverCreate = 'ServerCreate',
|
||||
serverDelete = 'ServerDelete',
|
||||
@ -47,7 +48,6 @@ enum serviiRequest {
|
||||
serverStop = 'ServerStop',
|
||||
updateProperty = 'UpdateProperties',
|
||||
command = 'Command',
|
||||
fetchLogs = 'FetchLogs',
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user