Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit487803b

Browse files
author
minjk-bl
committed
Bind - label changed (Left/Righ Data)
1 parentbc3ef1e commit487803b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/common/vpBind.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,14 @@ define([
342342
page.appendFormatLine('<div class="{0} {1}" {2}>','vp-bd-type-box','merge',this.state.type=='merge'?'':'style="display: none;"');
343343
// left dataframe
344344
page.appendLine('<div>');
345-
page.appendFormatLine('<label for="{0}">{2}</label>','vp_bdLeftDataframe','vp-orange-text wp100','LeftDataframe');
345+
page.appendFormatLine('<label for="{0}">{2}</label>','vp_bdLeftDataframe','vp-orange-text wp100','LeftData');
346346
page.appendFormatLine('<select id="{0}">','vp_bdLeftDataframe');
347347
page.appendLine('</select>');
348348
page.appendFormatLine('<div class="{0}" title="{1}"><img src="{2}"/></div>','vp-bd-df-refresh','Refresh all dataframe list','/nbextensions/visualpython/resource/refresh.svg');
349349
page.appendLine('</div>');
350350
// right dataframe
351351
page.appendLine('<div>');
352-
page.appendFormatLine('<label for="{0}">{2}</label>','vp_bdRightDataframe','vp-orange-text wp100','RightDataframe');
352+
page.appendFormatLine('<label for="{0}">{2}</label>','vp_bdRightDataframe','vp-orange-text wp100','RightData');
353353
page.appendFormatLine('<select id="{0}">','vp_bdRightDataframe');
354354
page.appendLine('</select>');
355355
page.appendLine('</div>');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp