Skip to content
Snippets Groups Projects
Commit ae294326 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- improvements in details pages
parent a72e275d
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
<br> <br>
<div class="row mb-3"> <div class="row mb-3">
<div class="col-sm-4"> <div class="col-sm-4">
<b>UUID: </b>{{ device.device_id.device_uuid.uuid }}<br><br> <b>UUID: </b>{{ device.device_id.device_uuid.uuid }}<br>
<b>Name: </b>{{ device.name }}<br><br> <b>Name: </b>{{ device.name }}<br>
<b>Type: </b>{{ device.device_type }}<br><br> <b>Type: </b>{{ device.device_type }}<br>
<b>Status: </b> {{ dose.Name(device.device_operational_status).replace('DEVICEOPERATIONALSTATUS_', '') }}<br> <b>Status: </b> {{ dose.Name(device.device_operational_status).replace('DEVICEOPERATIONALSTATUS_', '') }}<br>
<b>Drivers: </b> <b>Drivers: </b>
<ul> <ul>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<thead> <thead>
<tr> <tr>
<th scope="col">Endpoint</th> <th scope="col">Endpoint UUID</th>
<th scope="col">Name</th> <th scope="col">Name</th>
<th scope="col">Type</th> <th scope="col">Type</th>
</tr> </tr>
......
...@@ -29,16 +29,14 @@ ...@@ -29,16 +29,14 @@
<br> <br>
<div class="row mb-3"> <div class="row mb-3">
<div class="col-sm-4"> <div class="col-sm-4">
<b>UUID: </b>{{ link.link_id.link_uuid.uuid }}<br><br> <b>UUID: </b>{{ link.link_id.link_uuid.uuid }}<br>
</div> <b>Name: </b>{{ link.name }}<br>
<div class="col-sm-4">
<b>Name: </b>{{ link.name }}<br><br>
</div> </div>
<div class="col-sm-8"> <div class="col-sm-8">
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<thead> <thead>
<tr> <tr>
<th scope="col">Endpoints</th> <th scope="col">Endpoint UUID</th>
<th scope="col">Device</th> <th scope="col">Device</th>
</tr> </tr>
</thead> </thead>
......
...@@ -43,16 +43,16 @@ ...@@ -43,16 +43,16 @@
<div class="row mb-3"> <div class="row mb-3">
<div class="col-sm-4"> <div class="col-sm-4">
<b>Context: </b> {{ service.service_id.context_id.context_uuid.uuid }}<br><br> <b>Context: </b> {{ service.service_id.context_id.context_uuid.uuid }}<br>
<b>UUID: </b> {{ service.service_id.service_uuid.uuid }}<br><br> <b>UUID: </b> {{ service.service_id.service_uuid.uuid }}<br>
<b>Type: </b> {{ ste.Name(service.service_type).replace('SERVICETYPE_', '') }}<br><br> <b>Type: </b> {{ ste.Name(service.service_type).replace('SERVICETYPE_', '') }}<br>
<b>Status: </b> {{ sse.Name(service.service_status.service_status).replace('SERVICESTATUS_', '') }}<br><br> <b>Status: </b> {{ sse.Name(service.service_status.service_status).replace('SERVICESTATUS_', '') }}<br>
</div> </div>
<div class="col-sm-8"> <div class="col-sm-8">
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<thead> <thead>
<tr> <tr>
<th scope="col">Endpoints</th> <th scope="col">Endpoint UUID</th>
<th scope="col">Device</th> <th scope="col">Device</th>
</tr> </tr>
</thead> </thead>
......
...@@ -44,16 +44,16 @@ ...@@ -44,16 +44,16 @@
<div class="row mb-3"> <div class="row mb-3">
<div class="col-sm-4"> <div class="col-sm-4">
<b>Context: </b> {{ slice.slice_id.context_id.context_uuid.uuid }}<br><br> <b>Context: </b> {{ slice.slice_id.context_id.context_uuid.uuid }}<br>
<b>UUID: </b> {{ slice.slice_id.slice_uuid.uuid }}<br><br> <b>UUID: </b> {{ slice.slice_id.slice_uuid.uuid }}<br>
<b>Owner: </b> {{ slice.slice_owner.owner_uuid.uuid }}<br><br> <b>Owner: </b> {{ slice.slice_owner.owner_uuid.uuid }}<br>
<b>Status: </b> {{ sse.Name(slice.slice_status.slice_status).replace('SLICESTATUS_', '') }}<br><br> <b>Status: </b> {{ sse.Name(slice.slice_status.slice_status).replace('SLICESTATUS_', '') }}<br>
</div> </div>
<div class="col-sm-8"> <div class="col-sm-8">
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<thead> <thead>
<tr> <tr>
<th scope="col">Endpoints</th> <th scope="col">Endpoint UUID</th>
<th scope="col">Device</th> <th scope="col">Device</th>
</tr> </tr>
</thead> </thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment