Improved service list view rendering.
This commit is contained in:
parent
fb12776c32
commit
7ca703b186
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
<script src="Chart.bundle.min.js"></script>
|
||||
</head>
|
||||
<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="row">
|
||||
|
@ -88,8 +88,8 @@
|
|||
<table id="serviceListTable" class="center_table table_classic left">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="" style="width: 200px;">Nom du service</th>
|
||||
<th class="" style="width: 200px;">Organisation</th>
|
||||
<th class="" style="width: 225px;">Nom du service</th>
|
||||
<th class="" style="width: 225px;">Organisation</th>
|
||||
<th class="">URL</th>
|
||||
<th class="">Logiciel</th>
|
||||
<th class="" style="width: 100px;">Utilisateurs mensuels</th>
|
||||
|
|
Loading…
Reference in a new issue