Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Jun 14, 2023
1 parent 200db00 commit eb4c1b9
Showing 1 changed file with 1 addition and 1 deletion.
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" style="padding: 3px 5px;" href="/account/{{ id }}/vm/create" title="GO!">新增</a></p>
<p>账户 {{ account }} 管理中<a class="go" style="padding: 3px 5px;margin-left: 3px;" href="/account/{{ id }}/vm/create" title="GO!">新增</a></p>
<p>VM信息不自动更新,请手动<a href="javascript:location.reload()" title="GO!" style="color: #0078d4;text-decoration: none;"> 刷新 </a>当前页面</p>
<ul class="list">
{% for ip, tag in dict["ip"]|zip(dict["tag"]) %}
Expand Down

0 comments on commit eb4c1b9

Please sign in to comment.