]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard_v2: Use monospace font on logs
authorRicardo Marques <rimarques@suse.com>
Mon, 19 Feb 2018 14:48:07 +0000 (14:48 +0000)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:11 +0000 (13:07 +0000)
Signed-off-by: Ricardo Marques <rimarques@suse.com>
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health/health.component.html
src/pybind/mgr/dashboard_v2/frontend/src/openattic-theme.scss

index 533d493176a2c95c390f1658a6f46f85d937d613..26dcb569a8d0a2cee1d4aada127a04905bb9d366 100644 (file)
 
           <tabset>
             <tab heading="Cluster log"
+                 class="text-monospace"
                  i18n-heading>
               <span *ngFor="let line of contentData.clog">
                 {{ line.stamp }}&nbsp;{{ line.priority }}&nbsp;
               </span>
             </tab>
             <tab heading="Audit log"
+                 class="text-monospace"
                  i18n-heading>
               <span *ngFor="let line of contentData.audit_log">
                 {{ line.stamp }}&nbsp;{{ line.priority }}&nbsp;
index adc791ee76c245c5be784ad7215de20a763222b6..ef75ee5e212de0923bb100fd53a2be2543cb6cb0 100755 (executable)
@@ -111,6 +111,9 @@ option {
 .text-right {
   text-align: right;
 }
+.text-monospace {
+  font-family: monospace;
+}
 
 /* Branding */
 .navbar-openattic .navbar-brand,