Commit 9eb18d16 authored by Phil Hughes's avatar Phil Hughes

Merge branch '5426-fe-web-terminal-empty-state-ce' into 'master'

CE Port of "Add empty and disabled web terminal tab"

See merge request gitlab-org/gitlab-ce!23496
parents 2b1cac49 fcdb6c19
......@@ -105,7 +105,7 @@ export default {
:key="tabView.name"
class="h-100"
>
<component :is="tabView.name" />
<component :is="tabView.component || tabView.name" />
</div>
</resizable-panel>
<nav class="ide-activity-bar">
......
......@@ -6,6 +6,7 @@
@import 'bootstrap_migration';
@import 'framework/layout';
@import 'framework/alerts';
@import 'framework/animations';
@import 'framework/vue_transitions';
@import 'framework/avatar';
......
.alert-tip {
background-color: $theme-gray-100;
color: $theme-gray-900;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment