Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
50b7d006
Commit
50b7d006
authored
Oct 08, 2014
by
guanghongwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改button属性
parent
e3078d2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
chgSudo.html
webroot/AutoSa/templates/chgSudo.html
+4
-4
No files found.
webroot/AutoSa/templates/chgSudo.html
View file @
50b7d006
...
...
@@ -9,7 +9,7 @@
<input
type=
"text"
name=
"username"
value=
"{{ username }}"
hidden=
"hidden"
>
<input
type=
"text"
class=
"form-control"
name=
"host"
placeholder=
"主机IP,多个逗号分隔"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-success"
type=
"
button
"
>
新增主机
</button>
<button
class=
"btn btn-success"
type=
"
submit
"
>
新增主机
</button>
</span>
</div>
<!-- /input-group -->
</div>
<!-- /.col-lg-6 -->
...
...
@@ -24,7 +24,7 @@
<input
type=
"text"
name=
"username"
value=
"{{ username }}"
hidden=
"hidden"
>
<input
type=
"text"
class=
"form-control"
name=
"host"
placeholder=
"主机IP,多个逗号分隔"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-primary"
type=
"
button
"
>
删除主机
</button>
<button
class=
"btn btn-primary"
type=
"
submit
"
>
删除主机
</button>
</span>
</div>
<!-- /input-group -->
</div>
<!-- /.col-lg-6 -->
...
...
@@ -39,7 +39,7 @@
<input
type=
"text"
name=
"username"
value=
"{{ username }}"
hidden=
"hidden"
>
<input
type=
"text"
class=
"form-control"
name=
"cmd"
placeholder=
"添加命令,多个逗号分隔"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-info"
type=
"
button
"
>
添加命令
</button>
<button
class=
"btn btn-info"
type=
"
submit
"
>
添加命令
</button>
</span>
</div>
<!-- /input-group -->
</div>
<!-- /.col-lg-6 -->
...
...
@@ -54,7 +54,7 @@
<input
type=
"text"
name=
"username"
value=
"{{ username }}"
hidden=
"hidden"
>
<input
type=
"text"
class=
"form-control"
name=
"cmd"
placeholder=
"删除命令,多个逗号分隔"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-danger"
type=
"
button
"
>
删除命令
</button>
<button
class=
"btn btn-danger"
type=
"
submit
"
>
删除命令
</button>
</span>
</div>
<!-- /input-group -->
</div>
<!-- /.col-lg-6 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment