Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
f446e749ba3468e0c52ec49bfd2c92cf8af69c69
Authored by
Igor Kulikov
2020-04-10 15:48:20 +0300
1 parent
3727d52f
UI: Fix scss import to relative path
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
ui-ngx/src/app/modules/home/components/alarm/alarm-table-header.component.scss
ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.scss
ui-ngx/src/app/modules/home/components/event/event-table-header.component.scss
ui-ngx/src/app/modules/home/components/relation/relation-table.component.scss
ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.scss
ui-ngx/src/app/modules/home/pages/device/device-table-header.component.scss
ui-ngx/src/app/modules/home/pages/entity-view/entity-view-table-header.component.scss
ui-ngx/src/app/modules/home/components/alarm/alarm-table-header.component.scss
View file @
f446e74
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../../../..
/scss/constants'
;
17
17
18
18
:host
{
19
19
/* flex: 1;
...
...
ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.scss
View file @
f446e74
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../../../..
/scss/constants'
;
17
17
18
18
:host
{
19
19
width
:
100%
;
...
...
ui-ngx/src/app/modules/home/components/event/event-table-header.component.scss
View file @
f446e74
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../../../..
/scss/constants'
;
17
17
18
18
:host
{
19
19
/* flex: 1;
...
...
ui-ngx/src/app/modules/home/components/relation/relation-table.component.scss
View file @
f446e74
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../../../..
/scss/constants'
;
17
17
18
18
:host
{
19
19
width
:
100%
;
...
...
ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.scss
View file @
f446e74
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../../../..
/scss/constants'
;
17
17
18
18
:host
{
19
19
flex
:
1
;
...
...
ui-ngx/src/app/modules/home/pages/device/device-table-header.component.scss
View file @
f446e74
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../../../..
/scss/constants'
;
17
17
18
18
:host
{
19
19
flex
:
1
;
...
...
ui-ngx/src/app/modules/home/pages/entity-view/entity-view-table-header.component.scss
View file @
f446e74
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../../../..
/scss/constants'
;
17
17
18
18
:host
{
19
19
flex
:
1
;
...
...