mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
add: API Token相关的前端页面
This commit is contained in:
19
resource/template/component/api.html
vendored
Normal file
19
resource/template/component/api.html
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{{define "component/api"}}
|
||||
<div class="ui tiny api modal transition hidden">
|
||||
<div class="header">{{tr "IssueNewApiToken"}}</div>
|
||||
<div class="content">
|
||||
<form id="apiForm" class="ui form">
|
||||
<input type="hidden" name="id">
|
||||
<div class="field">
|
||||
<label>{{tr "Note"}}</label>
|
||||
<textarea name="Note"></textarea>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class=" actions">
|
||||
<div class="ui negative button">{{tr "Cancel"}}</div>
|
||||
<button class="ui positive nezha-primary-btn right labeled icon button">{{tr "Confirm"}}<i class="checkmark icon"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user