Skip to content

Commit e6beb1f

Browse files
committed
style:update tab name
1 parent 02ae459 commit e6beb1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/mybatis/log/tail/TailContentExecutor.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@ public void run() {
123123
return;
124124
}
125125
DefaultActionGroup actions = new DefaultActionGroup();
126-
127126
// Create runner UI layout
128127
final RunnerLayoutUi.Factory factory = RunnerLayoutUi.Factory.getInstance(myProject);
129128
final RunnerLayoutUi layoutUi = factory.create("SQL", "SQL", "SQL", myProject);
130-
131129
final JComponent consolePanel = createConsolePanel(consoleView, actions);
132130
RunContentDescriptor descriptor = new RunContentDescriptor(new RunProfile() {
133131
@Nullable
@@ -138,7 +136,8 @@ public RunProfileState getState(@NotNull Executor executor, @NotNull ExecutionEn
138136

139137
@Override
140138
public String getName() {
141-
return "";
139+
//第一层名称显示
140+
return "Sql";
142141
}
143142

144143
@Nullable

0 commit comments

Comments
 (0)