Добавил апи метод

Стилизовал блок
jwt
Rinsvent 2 years ago
parent ec41e91388
commit 27049764da
  1. 10
      api/sm/schemas/command.ts
  2. 2
      components/elements/commands/styles.module.css

@ -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…
Cancel
Save