[Angular7]: Fix width on second step for laptop screens. Fix error message shown from backend.
This commit is contained in:
parent
b994842e4c
commit
fd426eff60
|
@ -1,6 +1,12 @@
|
||||||
<app-stepsnvabar></app-stepsnvabar>
|
<!--<app-stepsnvabar></app-stepsnvabar>
|
||||||
<div id="parent">
|
<div id="parent">
|
||||||
<app-settings id="child1" class="cm-config-settings-section"></app-settings>
|
<app-settings id="child1" class="cm-config-settings-section"></app-settings>
|
||||||
<app-resultspreview id="child2" class="cm-margin-medium-left"></app-resultspreview>
|
<app-resultspreview id="child2" class="cm-margin-medium-left"></app-resultspreview>
|
||||||
<div style="clear: both;"></div>
|
<div style="clear: both;"></div>
|
||||||
|
</div>-->
|
||||||
|
<app-stepsnvabar></app-stepsnvabar>
|
||||||
|
<div class="uk-grid uk-grid-small">
|
||||||
|
<app-settings class="uk-width-2-5@m"></app-settings>
|
||||||
|
<app-resultspreview class="uk-width-expand@m"></app-resultspreview>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="clear: both;"></div>
|
||||||
|
|
|
@ -15,7 +15,7 @@ export class Util {
|
||||||
}
|
}
|
||||||
console.log(err);
|
console.log(err);
|
||||||
UIkit.notification({
|
UIkit.notification({
|
||||||
message: err.message,
|
message: err.error,
|
||||||
status: 'danger',
|
status: 'danger',
|
||||||
pos: 'top-center',
|
pos: 'top-center',
|
||||||
timeout: 0
|
timeout: 0
|
||||||
|
|
Loading…
Reference in New Issue