mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 21:41:55 +00:00
Fix various coding-style violations and random imports
This commit is contained in:
parent
bafb88012d
commit
f9db92cd57
@ -14,7 +14,7 @@
|
|||||||
<app-ide></app-ide>
|
<app-ide></app-ide>
|
||||||
</div>
|
</div>
|
||||||
<div class="tfw-terminal">
|
<div class="tfw-terminal">
|
||||||
<app-terminal></app-terminal>
|
<app-terminal></app-terminal>
|
||||||
</div>
|
</div>
|
||||||
<div class="tfw-sidebar">
|
<div class="tfw-sidebar">
|
||||||
<app-sidebar (layoutChanged)="setLayout($event)" [layout]="layout"></app-sidebar>
|
<app-sidebar (layoutChanged)="setLayout($event)" [layout]="layout"></app-sidebar>
|
||||||
|
@ -92,7 +92,7 @@
|
|||||||
@include position-grid-items(map_get($layouts, 'terminal-ide-web'),'.tfw-');
|
@include position-grid-items(map_get($layouts, 'terminal-ide-web'),'.tfw-');
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal-web{
|
.terminal-web {
|
||||||
@include set-tfw-web('terminal-web');
|
@include set-tfw-web('terminal-web');
|
||||||
@include position-grid-items(map_get($layouts,'terminal-web'),'.tfw-');
|
@include position-grid-items(map_get($layouts,'terminal-web'),'.tfw-');
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,6 @@ import { WebSocketService } from '../services/websocket.service';
|
|||||||
import { ProcessManagerService } from '../services/processmanager.service';
|
import { ProcessManagerService } from '../services/processmanager.service';
|
||||||
import { DeploymentNotificationService } from '../services/deployment-notification.service';
|
import { DeploymentNotificationService } from '../services/deployment-notification.service';
|
||||||
import { config } from '../config';
|
import { config } from '../config';
|
||||||
import { element } from 'protractor';
|
|
||||||
|
|
||||||
const modelist = brace.acequire('ace/ext/modelist');
|
const modelist = brace.acequire('ace/ext/modelist');
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ $layouts: (
|
|||||||
@include hide-component();
|
@include hide-component();
|
||||||
}
|
}
|
||||||
|
|
||||||
@function get-layout($layouts-key){
|
@function get-layout($layouts-key) {
|
||||||
@return map_get($layouts, $layouts-key);
|
@return map_get($layouts, $layouts-key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user