@@ -464,14 +464,14 @@ function displayPageLabel(doc) {
464
464
465
465
// CONTEXT MENU
466
466
$ ( "#btnGroupDrop1" ) . html ( "<span class='glyphicon glyphicon-option-horizontal'></span>" ) ;
467
- $ ( "#seeLastExecUniq" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "see_lastexecuniq" ) ) . html ( "<span class='glyphicon glyphicon-saved '></span> " + doc . getDocLabel ( 'page_testcasescript' , 'see_lastexecuniq' ) ) ;
467
+ $ ( "#seeLastExecUniq" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "see_lastexecuniq" ) ) . html ( "<span class='glyphicon glyphicon-cog '></span> " + doc . getDocLabel ( 'page_testcasescript' , 'see_lastexecuniq' ) ) ;
468
468
$ ( "#seeLastExec" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "see_lastexec" ) ) . html ( "<span class='glyphicon glyphicon-list'></span> " + doc . getDocLabel ( "page_testcasescript" , "see_lastexec" ) ) ;
469
469
$ ( "#seeTest" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "see_test" ) ) . html ( "<span class='glyphicon glyphicon-list'></span> " + doc . getDocLabel ( "page_testcasescript" , "see_test" ) ) ;
470
470
$ ( "#seeLogs" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "see_logs" ) ) . html ( "<span class='glyphicon glyphicon-list'></span> " + doc . getDocLabel ( "page_testcasescript" , "see_logs" ) ) ;
471
471
$ ( "#btnGroupDrop2" ) . html ( doc . getDocLabel ( "page_testcasescript" , "run" ) + " <span class='caret'></span>" ) ;
472
472
$ ( "#runTestCase" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "run_testcase" ) ) . html ( "<span class='glyphicon glyphicon-play'></span> " + doc . getDocLabel ( "page_testcasescript" , "run_testcase" ) ) ;
473
473
$ ( "#rerunFromQueueandSee" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "rerunqueueandsee_testcase" ) ) . html ( "<span class='glyphicon glyphicon-forward'></span> " + doc . getDocLabel ( "page_testcasescript" , "rerunqueueandsee_testcase" ) ) ;
474
- $ ( "#editTcInfo" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "edit_testcase" ) ) . html ( "<span class='glyphicon glyphicon-pencil '></span> " + doc . getDocLabel ( "page_testcasescript" , "edit_testcase" ) ) ;
474
+ $ ( "#editTcInfo" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "edit_testcase" ) ) . html ( "<span class='glyphicon glyphicon-edit '></span> " + doc . getDocLabel ( "page_testcasescript" , "edit_testcase" ) ) ;
475
475
$ ( "#saveScript" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "save_script" ) ) . html ( "<span class='glyphicon glyphicon-floppy-disk'></span> " + doc . getDocLabel ( "page_testcasescript" , "save_script" ) ) ;
476
476
$ ( "#saveScriptAs" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "saveas_script" ) ) . html ( "<span class='glyphicon glyphicon-floppy-disk'></span> " + doc . getDocLabel ( "page_testcasescript" , "saveas_script" ) ) ;
477
477
$ ( "#deleteTestCase" ) . attr ( 'data-toggle' , 'tooltip' ) . attr ( 'data-original-title' , doc . getDocDescription ( "page_testcasescript" , "delete" ) ) . html ( "<span class='glyphicon glyphicon-trash'></span> " + doc . getDocLabel ( "page_testcasescript" , "delete" ) ) ;
0 commit comments