update design bundle for router
This commit is contained in:
3
client/dashboard/about/about.scss
Normal file
3
client/dashboard/about/about.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
#about {
|
||||
|
||||
}
|
||||
3
client/dashboard/energy/graph/graph.scss
Normal file
3
client/dashboard/energy/graph/graph.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
#energy_graph {
|
||||
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
<table rt-if="this.context.house" class="table">
|
||||
<table id="energy_table" rt-if="this.context.house" class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
||||
3
client/dashboard/energy/table/table.scss
Normal file
3
client/dashboard/energy/table/table.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
#energy_table {
|
||||
|
||||
}
|
||||
1
client/dashboard/house/house.scss
Normal file
1
client/dashboard/house/house.scss
Normal file
@@ -0,0 +1 @@
|
||||
#house {}
|
||||
3
client/dashboard/power/graph/graph.scss
Normal file
3
client/dashboard/power/graph/graph.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
#power_graph {
|
||||
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
<table class="table" rt-if="this.context.house">
|
||||
<table id="power_table" class="table" rt-if="this.context.house">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
||||
3
client/dashboard/power/table/table.scss
Normal file
3
client/dashboard/power/table/table.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
#power_table {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user