Commit ae294326 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- improvements in details pages
parent a72e275d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@
<br>
<div class="row mb-3">
    <div class="col-sm-4">
        <b>UUID: </b>{{ device.device_id.device_uuid.uuid }}<br><br>
        <b>Name: </b>{{ device.name }}<br><br>
        <b>Type: </b>{{ device.device_type }}<br><br>
        <b>UUID: </b>{{ device.device_id.device_uuid.uuid }}<br>
        <b>Name: </b>{{ device.name }}<br>
        <b>Type: </b>{{ device.device_type }}<br>
        <b>Status: </b> {{ dose.Name(device.device_operational_status).replace('DEVICEOPERATIONALSTATUS_', '') }}<br>
        <b>Drivers: </b>
        <ul>
@@ -58,7 +58,7 @@
        <table class="table table-striped table-hover">
            <thead>
                <tr>
                    <th scope="col">Endpoint</th>
                    <th scope="col">Endpoint UUID</th>
                    <th scope="col">Name</th>
                    <th scope="col">Type</th>
                </tr>
+3 −5
Original line number Diff line number Diff line
@@ -29,16 +29,14 @@
     <br>
       <div class="row mb-3">
            <div class="col-sm-4">
                <b>UUID: </b>{{ link.link_id.link_uuid.uuid }}<br><br>
            </div>
            <div class="col-sm-4">
               <b>Name: </b>{{ link.name }}<br><br>
               <b>UUID: </b>{{ link.link_id.link_uuid.uuid }}<br>
               <b>Name: </b>{{ link.name }}<br>
           </div>
            <div class="col-sm-8">
                    <table class="table table-striped table-hover">
                        <thead>
                            <tr>
                                <th scope="col">Endpoints</th>
                                <th scope="col">Endpoint UUID</th>
                                <th scope="col">Device</th>
                            </tr>
                        </thead>
+5 −5
Original line number Diff line number Diff line
@@ -43,16 +43,16 @@

<div class="row mb-3">
    <div class="col-sm-4">
        <b>Context: </b> {{ service.service_id.context_id.context_uuid.uuid }}<br><br>
        <b>UUID: </b> {{ service.service_id.service_uuid.uuid }}<br><br>
        <b>Type: </b> {{ ste.Name(service.service_type).replace('SERVICETYPE_', '') }}<br><br>
        <b>Status: </b> {{ sse.Name(service.service_status.service_status).replace('SERVICESTATUS_', '') }}<br><br>
        <b>Context: </b> {{ service.service_id.context_id.context_uuid.uuid }}<br>
        <b>UUID: </b> {{ service.service_id.service_uuid.uuid }}<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>
    </div>
    <div class="col-sm-8">
        <table class="table table-striped table-hover">
            <thead>
                <tr>
                    <th scope="col">Endpoints</th>
                    <th scope="col">Endpoint UUID</th>
                    <th scope="col">Device</th>
                </tr>
            </thead>
+5 −5
Original line number Diff line number Diff line
@@ -44,16 +44,16 @@

<div class="row mb-3">
    <div class="col-sm-4">
        <b>Context: </b> {{ slice.slice_id.context_id.context_uuid.uuid }}<br><br>
        <b>UUID: </b> {{ slice.slice_id.slice_uuid.uuid }}<br><br>
        <b>Owner: </b> {{ slice.slice_owner.owner_uuid.uuid }}<br><br>
        <b>Status: </b> {{ sse.Name(slice.slice_status.slice_status).replace('SLICESTATUS_', '') }}<br><br>
        <b>Context: </b> {{ slice.slice_id.context_id.context_uuid.uuid }}<br>
        <b>UUID: </b> {{ slice.slice_id.slice_uuid.uuid }}<br>
        <b>Owner: </b> {{ slice.slice_owner.owner_uuid.uuid }}<br>
        <b>Status: </b> {{ sse.Name(slice.slice_status.slice_status).replace('SLICESTATUS_', '') }}<br>
    </div>
    <div class="col-sm-8">
        <table class="table table-striped table-hover">
            <thead>
                <tr>
                    <th scope="col">Endpoints</th>
                    <th scope="col">Endpoint UUID</th>
                    <th scope="col">Device</th>
                </tr>
            </thead>