Skip to content

Commit

Permalink
contextual button also on uploadRobotFile.
Browse files Browse the repository at this point in the history
Apptype logo on Create TestCaseModal.
  • Loading branch information
vertigo17 committed Jul 18, 2024
1 parent 5b530d0 commit 28ca83e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion source/src/main/webapp/js/global/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -3191,8 +3191,10 @@ function comboConfigApplication_format(application) {
if (!isEmpty(application.type)) {
color = "labelBlue";
appType = doc.getDocLabel("comboApplicationType", application.type);
return $('<span name="appNameLabel">' + application.id + ' <img id="AppLogo" class="" style="height:20px; overflow:hidden; text-overflow:clip; border: 0px; padding:0; margin:0; margin-left: 10px" src="./images/logoapp-' + application.type + '.png"></img></span>');
} else {
return $('<span name="appNameLabel">' + application.id + ' <span name="appTypeLabel" class="label ' + color + '" style="margin-left:10px;margin-bottom:0px;height:30px;border-radius:30px;padding:8px">' + appType + '</span></span>');
}
return $('<span name="appNameLabel">' + application.id + ' <span name="appTypeLabel" class="label ' + color + '" style="margin-left:10px;margin-bottom:0px;height:30px;border-radius:30px;padding:8px">' + appType + '</span></span>');
}


Expand Down
2 changes: 1 addition & 1 deletion source/src/main/webapp/js/testcase/action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28ca83e

Please sign in to comment.