This commit is contained in:
@@ -5,19 +5,8 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
|
||||
WIFI change 5g channel to 52,56,60 and 2g channel to 8
|
||||
recheck before doing as it seems to vary, maybe someone else's is auto switching
|
||||
|
||||
todo: storage graphs look shitty overtop of each other
|
||||
all muddied together
|
||||
maybe use completely different colors for each so no color appears twice on that tab
|
||||
Or, what exactly is being told there, maybe a different chart would be more useful
|
||||
it seems to be confusing to me and I made it!
|
||||
CHANGE:
|
||||
Make into only two graphs
|
||||
combine top two into one
|
||||
Put all items in the one chart
|
||||
Bottom file count
|
||||
remove backup files
|
||||
|
||||
todo: top tables remove color beside legend
|
||||
|
||||
|
||||
todo: cpu % starts at 1600?? wtf a bad number in there somehwere
|
||||
todo: moving tabs should trigger refresh or move refresh into tab so it appears to only apply to that tab
|
||||
or check if tab data is not refreshed?
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
@input="timePeriodChanged"
|
||||
></v-select>
|
||||
</v-col>
|
||||
<!--
|
||||
<v-col cols="12">
|
||||
{{ $vuetify.breakpoint.name }}
|
||||
</v-col> -->
|
||||
|
||||
<v-tabs v-model="tab" color="primary" grow @change="tabChanged">
|
||||
<v-tabs-slider></v-tabs-slider>
|
||||
|
||||
Reference in New Issue
Block a user