Browse Source

fixed when testing instance connectivity it shows api key #32

Roberto Berto 5 years ago
parent
commit
abcef55592
1 changed files with 1 additions and 2 deletions
  1. 1 2
      vycenter/config/templates/config/instance_conntry.html

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

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