Преглед изворни кода

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>