Improved service list view rendering.

This commit is contained in:
Christian P. MOMON 2020-10-29 01:27:39 +01:00
parent fb12776c32
commit 7ca703b186

View file

@ -11,7 +11,7 @@
<script src="Chart.bundle.min.js"></script> <script src="Chart.bundle.min.js"></script>
</head> </head>
<body> <body>
<div class="center_table" style="width: 1400px;"> <div class="center_table" style="width: 1450px;">
<div class="legend right" style="float: right; margin-top: -150px;"> <div class="legend right" style="float: right; margin-top: -150px;">
<div class="row"> <div class="row">
@ -88,8 +88,8 @@
<table id="serviceListTable" class="center_table table_classic left"> <table id="serviceListTable" class="center_table table_classic left">
<thead> <thead>
<tr> <tr>
<th class="" style="width: 200px;">Nom du service</th> <th class="" style="width: 225px;">Nom du service</th>
<th class="" style="width: 200px;">Organisation</th> <th class="" style="width: 225px;">Organisation</th>
<th class="">URL</th> <th class="">URL</th>
<th class="">Logiciel</th> <th class="">Logiciel</th>
<th class="" style="width: 100px;">Utilisateurs mensuels</th> <th class="" style="width: 100px;">Utilisateurs mensuels</th>