@@ -248,19 +248,10 @@ define([
248248
249249 // pandasObject
250250 popupTag . appendLine ( '<tr>' ) ;
251- popupTag . appendFormatLine ( '<td><label class="{0}">{1 }</label></td>'
252- , VP_DS_LABEL , 'Variable' ) ;
251+ popupTag . appendFormatLine ( '<td><label class="{0} {1} ">{2 }</label></td>'
252+ , VP_DS_LABEL , 'vp-orange-text' , ' Variable') ;
253253
254254 popupTag . appendLine ( '<td>' ) ;
255- // pandasObject - suggestInputText
256- // var vpDfSuggest = new vpSuggestInputText.vpSuggestInputText();
257- // vpDfSuggest.addClass(VP_DS_PANDAS_OBJECT);
258- // vpDfSuggest.addClass('vp-input');
259- // vpDfSuggest.setPlaceholder('Select Object');
260- // vpDfSuggest.setSuggestList(function() { return [] });
261- // vpDfSuggest.setNormalFilter(false);
262- // vpDfSuggest.setValue($(this.pageThis.wrapSelector('#' + this.targetId)).val());
263- // popupTag.appendFormatLine('<td>{0}', vpDfSuggest.toTagString());
264255 popupTag . appendFormatLine ( '<div style="display:inline-block" class="{0}"><input class="{1} {2}"/></div>'
265256 , VP_DS_PANDAS_OBJECT_BOX , 'vp-input' , VP_DS_PANDAS_OBJECT ) ;
266257
@@ -270,8 +261,8 @@ define([
270261
271262 // subset type
272263 popupTag . appendLine ( '<tr>' ) ;
273- popupTag . appendFormatLine ( '<td><label class="{0}">{1 }</label></td>'
274- , VP_DS_LABEL , 'Method' ) ;
264+ popupTag . appendFormatLine ( '<td><label class="{0} {1} ">{2 }</label></td>'
265+ , VP_DS_LABEL , 'vp-orange-text' , ' Method') ;
275266 popupTag . appendLine ( '<td>' ) ;
276267 popupTag . appendLine ( this . renderSubsetType ( this . state . dataType ) ) ;
277268
0 commit comments