Skip to content

Commit

Permalink
Separate page js from execution/show.gsp into executionShow.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 19, 2010
1 parent 080d458 commit b98bf9e
Show file tree
Hide file tree
Showing 3 changed files with 916 additions and 881 deletions.
4 changes: 3 additions & 1 deletion rundeckapp/grails-app/views/common/_js.gsp
Expand Up @@ -15,7 +15,9 @@
disclosureOpen: appLinks.disclosureIconOpen,
disclosureWait: "${resource(dir:'images',file:'icon-tiny-disclosure-waiting.gif')}",
iconTinyRemoveX: '${resource(dir:"images",file:"icon-tiny-removex.png")}',
iconTinyRemoveXGray: '${resource(dir:"images",file:"icon-tiny-removex-gray.png")}'
iconTinyRemoveXGray: '${resource(dir:"images",file:"icon-tiny-removex-gray.png")}',
iconSmallNodeObject:'${resource(dir:"images",file:"icon-small-NodeObject.png")}',
iconSmallPrefix:'${resource(dir:"images",file:"icon-small-")}'
};
var updateNowRunning = function(count) {
var nrtitle = "Now Running (" + count + ")";
Expand Down

0 comments on commit b98bf9e

Please sign in to comment.