diff --git a/projects/WebMVC/wwwroot/router/admin/setting/edit.html b/projects/WebMVC/wwwroot/router/admin/setting/edit.html new file mode 100644 index 00000000..6e1be099 --- /dev/null +++ b/projects/WebMVC/wwwroot/router/admin/setting/edit.html @@ -0,0 +1,307 @@ + + + {{title}} + + + + + + + + + {{error}} + + + + + + {{data.schema.properties.name.title}}: + + + + + + {{getErrors('name')}} + + + + {{data.schema.properties.name.description}} + + + {{data.schema.properties.type.title}}: + + + + + + {{getErrors('type')}} + + + + {{data.schema.properties.type.description}} + + + {{data.schema.properties.value.title}}: + + + + + + {{getErrors('value')}} + + + + {{data.schema.properties.value.description}} + + + + + + + + + + \ No newline at end of file