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
ba89ce8f
Unverified
Commit
ba89ce8f
authored
Mar 29, 2019
by
老广
Committed by
GitHub
Mar 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2560 from jumpserver/dev
[Update] 修复小问题 (#2557)
parents
459b41f3
9d62deea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
asset_detail.html
apps/assets/templates/assets/asset_detail.html
+1
-1
operate_log_list.html
apps/audits/templates/audits/operate_log_list.html
+2
-2
login_otp.html
apps/authentication/templates/authentication/login_otp.html
+1
-1
reset_password.html
apps/users/templates/users/reset_password.html
+1
-1
No files found.
apps/assets/templates/assets/asset_detail.html
View file @
ba89ce8f
...
...
@@ -20,7 +20,7 @@
<a
href=
"{% url 'assets:asset-detail' pk=asset.id %}"
class=
"text-center"
><i
class=
"fa fa-laptop"
></i>
{% trans 'Asset detail' %}
</a>
</li>
<li>
<a
href=
"{% url 'assets:asset-user-list' pk=asset.id %}"
class=
"text-center"
><i
class=
"fa fa-
laptop
"
></i>
{% trans 'Asset user list' %}
</a>
<a
href=
"{% url 'assets:asset-user-list' pk=asset.id %}"
class=
"text-center"
><i
class=
"fa fa-
bar-chart-o
"
></i>
{% trans 'Asset user list' %}
</a>
</li>
{% if user.is_superuser %}
<li
class=
"pull-right"
>
...
...
apps/audits/templates/audits/operate_log_list.html
View file @
ba89ce8f
...
...
@@ -37,7 +37,7 @@
</select>
</div>
<div
class=
"input-group"
>
<select
class=
"select2 form-control"
name=
"a
sset
"
>
<select
class=
"select2 form-control"
name=
"a
ction
"
>
<option
value=
""
>
{% trans 'Action' %}
</option>
{% for k, v in actions.items %}
<option
value=
"{{ k }}"
{%
if
k =
=
action
%}
selected
{%
endif
%}
>
{{ v }}
</option>
...
...
@@ -45,7 +45,7 @@
</select>
</div>
<div
class=
"input-group"
>
<select
class=
"select2 form-control"
name=
"
system_user
"
>
<select
class=
"select2 form-control"
name=
"
resource_type
"
>
<option
value=
""
>
{% trans 'Resource Type' %}
</option>
{% for r in resource_type_list %}
<option
value=
"{{ r }}"
{%
if
r =
=
resource_type
%}
selected
{%
endif
%}
>
{{ r }}
</option>
...
...
apps/authentication/templates/authentication/login_otp.html
View file @
ba89ce8f
...
...
@@ -7,7 +7,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
{{ JMS_TITLE }}
</title>
<link
rel=
"shortcut icon"
href=
"{{ FAVICON_URL }}"
"
type=
"image/x-icon"
>
<link
rel=
"shortcut icon"
href=
"{{ FAVICON_URL }}"
type=
"image/x-icon"
>
{% include '_head_css_js.html' %}
<link
href=
"{% static "
css
/
jumpserver
.
css
"
%}"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"{% url 'javascript-catalog' %}"
></script>
...
...
apps/users/templates/users/reset_password.html
View file @
ba89ce8f
...
...
@@ -7,7 +7,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
{{ JMS_TITLE }}
</title>
<link
rel=
"shortcut icon"
href=
"{{ FAVICON_URL }}"
%}"
type=
"image/x-icon"
>
<link
rel=
"shortcut icon"
href=
"{{ FAVICON_URL }}"
type=
"image/x-icon"
>
{% include '_head_css_js.html' %}
<link
href=
"{% static "
css
/
jumpserver
.
css
"
%}"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"{% url 'javascript-catalog' %}"
></script>
...
...
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