2016-11-30 17:32:12 +01:00
< div class = "container-fluid" id = "content_dashboard" >
< div class = "row" >
< div class = "col-lg-12" >
2016-12-04 19:32:23 +01:00
< h2 class = "page-header" > < i class = "fa fa-dashboard fa-fw" > < / i > < span data-i18n = "main_menu_dashboard_token" > Dashboard< / span > < / h2 >
2016-11-30 17:32:12 +01:00
< div class = "introd" >
2016-12-04 19:32:23 +01:00
< h4 data-i18n = "dashboard_label_intro" > The dashboard give you a quick overview about the status of Hyperion and show you the latest news of the Hyperion Blog.< / h4 >
2016-12-21 18:24:03 +01:00
< hr / >
2016-11-26 22:46:16 +01:00
< / div >
2016-12-21 18:24:03 +01:00
< div class = "row" >
2016-11-30 17:32:12 +01:00
< div class = "col-md-6 col-xxl-4" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< i class = "fa fa-info-circle fa-fw" > < / i >
2016-12-04 19:32:23 +01:00
< span data-i18n = "dashboard_infobox_label_title" > Information< / span >
2016-11-30 17:32:12 +01:00
< / div >
< div class = "panel-body" >
< table class = "table borderless" >
< tbody >
< tr >
2016-12-04 19:32:23 +01:00
< td data-i18n = "dashboard_infobox_label_currenthyp" > Your Hyperion version:< / td >
2016-11-30 17:32:12 +01:00
< td id = "currentversion" > unknown< / td >
< / tr >
< tr >
2016-12-04 19:32:23 +01:00
< td data-i18n = "dashboard_infobox_label_latesthyp" > Latest version:< / td >
2016-11-30 17:32:12 +01:00
< td id = "latestversion" > unknown< / td >
< / tr >
< tr >
2016-12-04 19:32:23 +01:00
< td data-i18n = "dashboard_infobox_label_leddevice" > LED type:< / td >
2016-11-30 17:32:12 +01:00
< td id = "dash_leddevice" > unknown< / td >
< / tr >
< tr >
2016-12-04 19:32:23 +01:00
< td data-i18n = "dashboard_infobox_label_device" > Device:< / td >
2016-11-30 17:32:12 +01:00
< td id = "dash_systeminfo" > < / td >
< / tr >
< / tbody >
< / table >
< hr >
< span id = "versioninforesult" > < / span >
< / div >
< / div >
< / div >
< div class = "col-md-6 col-xxl-3" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< i class = "fa fa-eye fa-fw" > < / i >
2016-12-04 19:32:23 +01:00
< span data-i18n = "dashboard_componentbox_label_title" > Components status< / span >
2016-11-30 17:32:12 +01:00
< / div >
< div class = "panel-body" >
< table class = "table" >
< thead >
< tr >
2016-12-04 19:32:23 +01:00
< th data-i18n = "dashboard_componentbox_label_comp" > Component< / th >
< th data-i18n = "dashboard_componentbox_label_status" > Status< / th >
2016-11-30 17:32:12 +01:00
< / tr >
< / thead >
< tbody id = "tab_components" >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< div class = "col-md-12 col-xxl-5" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< i class = "fa fa-newspaper-o fa-fw" > < / i >
2016-12-04 19:32:23 +01:00
< span data-i18n = "dashboard_newsbox_label_title" > Latest blog posts< / span >
2016-11-30 17:32:12 +01:00
< / div >
< div class = "panel-body" >
< / div >
< / div >
< / div >
2016-12-21 18:24:03 +01:00
< / div >
2016-09-03 15:54:33 +02:00
< / div >
2016-11-30 17:32:12 +01:00
<!-- /.col - lg - 12 -->
2016-09-03 15:54:33 +02:00
< / div >
2016-11-30 17:32:12 +01:00
<!-- /.row -->
< / div >
<!-- /.container - fluid -->
2016-12-04 19:32:23 +01:00
< script type = "text/javascript" >
performTranslation('content_dashboard');
< / script >