Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Jun 13, 2023
1 parent 2e128a0 commit 217d255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ nav li a:hover {
text-decoration: none;
background: #F5C518;
border-radius: 5px;
cursor: pointer;
}
2 changes: 1 addition & 1 deletion azure/templates/list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'base.html' %}

{% block content %}
<p>账户 {{ account }} 管理中 <a class="go" href="/account/{{ id }}/vm/create" title="GO!">新增</a></p>
<p>账户 {{ account }} 管理中 <a class="go" style="padding: 3px 5px;" href="/account/{{ id }}/vm/create" title="GO!">新增</a></p>
<p>VM信息不自动更新,请手动刷新浏览器页面</p>
<ul class="list">
{% for ip, tag in dict["ip"]|zip(dict["tag"]) %}
Expand Down

0 comments on commit 217d255

Please sign in to comment.