parent
ec41e91388
commit
27049764da
@ -0,0 +1,10 @@ |
||||
import {Method, SchemaInterface} from "../../schema-client"; |
||||
|
||||
class CommandSchema implements SchemaInterface { |
||||
method = Method.GET |
||||
url = '/system-monitoring/commands/{commandName}' |
||||
contentType = null; |
||||
} |
||||
|
||||
export let commandSchema = new CommandSchema() |
||||
export default commandSchema |
@ -1,3 +1,5 @@ |
||||
.autocomplete { |
||||
width: 100%; |
||||
display: grid; |
||||
grid-template-columns: 11fr 1fr; |
||||
} |
||||
|
Loading…
Reference in new issue