Skip to content

Commit

Permalink
Merge branch 'chore_webapp_remove_hypervisor_capabilities_from_hyperv…
Browse files Browse the repository at this point in the history
…isor_list' into 'main'

chore(webapp): remove hypervisor capabilities from hypervisor list

See merge request isard/isardvdi!1593
  • Loading branch information
vinolas committed Nov 29, 2022
2 parents 6071d8b + 9304030 commit 0f9d7da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions webapp/webapp/webapp/static/admin/js/hypervisors.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ $(document).ready(function() {
{ "data": "hostname" , "width": "100px" },
{ "data": "viewer.static" , "width": "10px" },
{ "data": "viewer.proxy_video" , "width": "10px" },
{ "data": "capabilities.disk_operations" , "width": "10px" },
{ "data": "capabilities.hypervisor" , "width": "10px" },
{ "data": "dom_started", "width": "10px", "defaultContent": 0},
{ "data": "info.memory_in_MB" , "width": "10px", "defaultContent": 'NaN' },
{ "data": "info.cpu_cores" , "width": "10px", "defaultContent": 'NaN' },
Expand Down Expand Up @@ -189,14 +187,6 @@ $(document).ready(function() {
"render": function ( data, type, full, meta ) {
return full.viewer.proxy_video + ' ('+full.viewer.spice_ext_port + ',' + full.viewer.html5_ext_port + ')';
}},
{
"targets": 8,
"render": renderBoolean
},
{
"targets": 9,
"render": renderBoolean
},
{
"targets": 10,
"render": function ( data, type, full, meta ) {
Expand Down
2 changes: 0 additions & 2 deletions webapp/webapp/webapp/templates/admin/pages/hypervisors.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ <h3><i class="fa fa-rocket"></i> Hypervisors list<small> System hypervisors</sma
<th>hostname</th>
<th>static</th>
<th>proxy_video</th>
<th>diskOp</th>
<th>hypOp</th>
<th>started</th>
<th>mem load</th>
<th>cpu load</th>
Expand Down

0 comments on commit 0f9d7da

Please sign in to comment.