Добавил апи метод
Стилизовал блок
This commit is contained in:
parent
ec41e91388
commit
27049764da
10
api/sm/schemas/command.ts
Normal file
10
api/sm/schemas/command.ts
Normal file
@ -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 {
|
.autocomplete {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 11fr 1fr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user