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

This commit is contained in:
Paul Slaughter 2018-12-03 13:01:17 +00:00 committed by Phil Hughes
parent 2b1cac491b
commit fcdb6c1968
3 changed files with 6 additions and 1 deletions

View File

@ -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">

View File

@ -6,6 +6,7 @@
@import 'bootstrap_migration';
@import 'framework/layout';
@import 'framework/alerts';
@import 'framework/animations';
@import 'framework/vue_transitions';
@import 'framework/avatar';

View File

@ -0,0 +1,4 @@
.alert-tip {
background-color: $theme-gray-100;
color: $theme-gray-900;
}