Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
dns tips
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwihui committed Jul 28, 2018
1 parent 2befe17 commit 4ff156f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions usr/lib/lua/luci/view/admin_web/prometheus/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ <h2 class="left-tit">小提示</h2>
<th>加速DNS</th>
<td>
<input type="text" class="input" name="dnsserver" tabindex="6" value="8.8.4.4" id="dnsserver" />
<span class="icon icon22 J_infoTip G-handle" onmouseover="spoiler_toggle('dnsserver_tip')" onmouseout="spoiler_toggle('dnsserver_tip')"></span>
<div class="G-tip-pop" id="dnsserver_tip" style="width: 180px; height: auto; left: 230px; top: 35px; display: none;">
谷歌(8.8.4.4)<br/>
日本(60.32.112.42)<br/>
台湾(168.95.1.1)<br/>
香港(202.181.224.2)<br/>
韩国(168.126.63.1)<br/>
openDns(208.67.222.222)<br/>
腾讯(119.29.29.29)<br/>
114(114.114.114.114)<br/>
</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -554,6 +565,15 @@ <h2 class="left-tit">小提示</h2>
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* 提示 */
.G-main-panel-bd .icon {
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
</style>
<script type="text/javascript">
"use strict";
Expand Down

0 comments on commit 4ff156f

Please sign in to comment.