From 140c10c6a12c409c55a5135d697feca1ef814c81 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 16 Jul 2020 17:21:53 +0800 Subject: [PATCH] update Former-commit-id: 72908c6461fbf9c41731f21af69a9534a948423d Former-commit-id: 136d9e915147e068b0bbdab9c59fcd0585129afb --- .../wwwroot/router/admin/setting/edit.html | 307 ++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 projects/WebMVC/wwwroot/router/admin/setting/edit.html 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