浏览代码

fixed when testing instance connectivity it shows api key #32

Roberto Berto 5 年之前
父节点
当前提交
abcef55592
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      vycenter/config/templates/config/instance_conntry.html

+ 1 - 2
vycenter/config/templates/config/instance_conntry.html

@@ -13,13 +13,12 @@
     {% endif %}
 
     <table border="1" width="100%">
-    <tr><th>alias</th><th>hostname</th><th>port</th><th>key</th><th>https</th></tr>
+    <tr><th>alias</th><th>hostname</th><th>port</th><th>https</th></tr>
 
     <tr>
         <td>{{ instance.alias }}</td>
         <td>{{ instance.hostname }}</td>
         <td>{{ instance.port }}</td>
-        <td>{{ instance.key }}</td>
         <td>{{ instance.https }}</td>
     </tr>