<script>
var url = "/resources/data";
function generate_table(url, flavor_group, search=true) {
var jqxhdr = $.getJSON(url + "/" + flavor_group + ".json")
jqxhdr.done(function(data) { // BEGIN getJSON done
var columns = [];
$('#updated_table').html("Updated at " + jqxhdr.getResponseHeader('last-modified') + ".")
$.each( data['schema']['fields'], function (_, val) { // BEGIN each schema fields
columns.push({'data': val['name']});
$('#' + flavor_group + '-head').append('<th>' + val['name'][0].toUpperCase() + val['name'].substring(1) + '');
}); // END each schema fields
$('#' + flavor_group).DataTable( { // BEGIN DataTable
data: data['data'],
columns: columns,
ordering: true,
processing: true,
searching: search,
paging: false,
}); // END DataTable
}); // END getJSON done
}
</script>
<h1>Overview Flavor-Images</h1>
<p id="updated_table"></p>
<div class="tabs-wrapper ui-theme-lite top-left">
<ul class="tabs-nav">
<li class="current"><a href="#65ef2195b80" id="Tab0" rel="tab">general</a></li>
<li><a href="#65ef2195b81" id="Tab1" rel="tab">dedicated-general</a></li>
<li><a href="#65ef2195b82" id="Tab2" rel="tab">memory-optimized</a></li>
<li><a href="#65ef2195b83" id="Tab3" rel="tab">large-memory</a></li>
<li><a href="#65ef2195b84" id="Tab4" rel="tab">sap</a></li>
<li><a href="#65ef2195b85" id="Tab5" rel="tab">high-performance</a></li>
<li><a href="#65ef2195b86" id="Tab6" rel="tab">ultra-high-io</a></li>
<li><a href="#65ef2195b87" id="Tab7" rel="tab">disk-intensive</a></li>
<li><a href="#65ef2195b88" id="Tab8" rel="tab">gpu-accelerated</a></li>
<li><a href="#65ef2195b89" id="Tab9" rel="tab">bms</a></li>
</ul>
<div class="tabs">
<div class="tab" id="65ef2195b80" style="display: block">
<h2>Flavor description</h2>
<table id="general-purpose-desc" class="display" style="width:100%">
<thead>
<tr id="general-purpose-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "general-purpose-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="general-purpose-matrix" class="display" style="width:100%">
<thead>
<tr id="general-purpose-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "general-purpose-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b81" style="display: none">
<h2>Flavor description</h2>
<table id="dedicated-general-purpose-desc" class="display" style="width:100%">
<thead>
<tr id="dedicated-general-purpose-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "dedicated-general-purpose-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="dedicated-general-purpose-matrix" class="display" style="width:100%">
<thead>
<tr id="dedicated-general-purpose-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "dedicated-general-purpose-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b82" style="display: none">
<h2>Flavor description</h2>
<table id="memory-optimized-desc" class="display" style="width:100%">
<thead>
<tr id="memory-optimized-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "memory-optimized-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="memory-optimized-matrix" class="display" style="width:100%">
<thead>
<tr id="memory-optimized-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "memory-optimized-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b83" style="display: none">
<h2>Flavor description</h2>
<table id="large-memory-desc" class="display" style="width:100%">
<thead>
<tr id="large-memory-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "large-memory-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="large-memory-matrix" class="display" style="width:100%">
<thead>
<tr id="large-memory-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "large-memory-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b84" style="display: none">
<h2>Flavor description</h2>
<table id="sap-desc" class="display" style="width:100%">
<thead>
<tr id="sap-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "sap-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="sap-matrix" class="display" style="width:100%">
<thead>
<tr id="sap-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "sap-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b85" style="display: none">
<h2>Flavor description</h2>
<table id="high-performance-desc" class="display" style="width:100%">
<thead>
<tr id="high-performance-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "high-performance-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="high-performance-matrix" class="display" style="width:100%">
<thead>
<tr id="high-performance-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "high-performance-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b86" style="display: none">
<h2>Flavor description</h2>
<table id="ultra-high-io-desc" class="display" style="width:100%">
<thead>
<tr id="ultra-high-io-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "ultra-high-io-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="ultra-high-io-matrix" class="display" style="width:100%">
<thead>
<tr id="ultra-high-io-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "ultra-high-io-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b87" style="display: none">
<h2>Flavor description</h2>
<table id="disk-intensive-desc" class="display" style="width:100%">
<thead>
<tr id="disk-intensive-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "disk-intensive-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="disk-intensive-matrix" class="display" style="width:100%">
<thead>
<tr id="disk-intensive-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "disk-intensive-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b88" style="display: none">
<h2>Flavor description</h2>
<table id="gpu-accelerated-desc" class="display" style="width:100%">
<thead>
<tr id="gpu-accelerated-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "gpu-accelerated-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="gpu-accelerated-matrix" class="display" style="width:100%">
<thead>
<tr id="gpu-accelerated-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "gpu-accelerated-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
<div class="tab" id="65ef2195b89" style="display: none">
<h2>Flavor description</h2>
<table id="bms-desc" class="display" style="width:100%">
<thead>
<tr id="bms-desc-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "bms-desc";
generate_table(url, flavor_group, false);
}); // END document ready
</script>
<h2>List of supported distributions</h2>
<table id="bms-matrix" class="display" style="width:100%">
<thead>
<tr id="bms-matrix-head"></tr>
</thead>
</table>
<script>
$(document).ready( function () { // BEGIN document ready
var flavor_group = "bms-matrix";
generate_table(url, flavor_group);
}); // END document ready
</script>
</div>
</div>
</div>