Skip to content

Commit

Permalink
Two minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
b3rs3rk committed Mar 10, 2020
1 parent 429b287 commit 1f31fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Icon="gpustat.png"
<?php
$gpustat_cfg = parse_plugin_cfg('gpustat', true);
?>
#dash_gpustat_settings i, #dash_gpustat_toggle {margin-top:0; background-color: var(--base00) !important;}
#dash_gpustat_settings i, #dash_gpustat_toggle {margin-top:0;}
</style>
<table id='db-box1' class='dash_gpustat dashboard box1' style='display:none'>
<thead sort='953'><tr class='hidden'><td></td><td colspan='3'></td><td></td></tr></thead>
Expand Down
2 changes: 1 addition & 1 deletion src/gpustat/usr/local/emhttp/plugins/gpustat/gpustatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function parseNvidia (string $stdout = '') {
'vendor' => 'NVIDIA',
'name' => 'Graphics Card',
'clock' => 'N/A',
'memclock' => 'N/A',
'memclock' => 'N/A',
'util' => 'N/A',
'memutil' => 'N/A',
'encutil' => 'N/A',
Expand Down

0 comments on commit 1f31fb2

Please sign in to comment.