Signed-off-by: Ricardo Marques <rimarques@suse.com>
<tabset>
<tab heading="Cluster log"
+ class="text-monospace"
i18n-heading>
<span *ngFor="let line of contentData.clog">
{{ line.stamp }} {{ line.priority }}
</span>
</tab>
<tab heading="Audit log"
+ class="text-monospace"
i18n-heading>
<span *ngFor="let line of contentData.audit_log">
{{ line.stamp }} {{ line.priority }}
.text-right {
text-align: right;
}
+.text-monospace {
+ font-family: monospace;
+}
/* Branding */
.navbar-openattic .navbar-brand,