mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-30 05:49:31 +00:00
fix some styling and view bugs,fix device filtering in devlogs
This commit is contained in:
parent
d593919fc0
commit
e18d9417c9
15 changed files with 63 additions and 29 deletions
|
|
@ -81,7 +81,7 @@ export class SyslogComponent implements OnInit {
|
|||
enabled: true,
|
||||
template: (item) => {
|
||||
return `
|
||||
<div class='log-detail' style="color:#fff;background-color:#3399ff">
|
||||
<div class='log-detail' style="width: 355px;color:#fff;background-color:#3399ff">
|
||||
<h2>System Log :</h2>
|
||||
<table>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue