You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,29 @@ This plugin includes some basic UI demostrations:
7
7
* Usage of javascript + ajax request to modify Jobs list page
8
8
* Usage of javascript + css to modify the execution page
9
9
10
-
### Hello World.
10
+
### Hello World.
11
+
12
+
(Disabled by default. It can be enabled on `main.js` code)
11
13
Display `Hello world` text from `messages.properties`, if the user change the language to Spanish on Rundeck, the message changes to `Hola Mundo`.
12
14
13
15
### XKCD random image.
14
-
On the jobs page, it adds on top of the job list, a random image from a source json.
16
+
17
+
(Enabled by default)
18
+
On the jobs page, it adds on top of the job list, a random image from a json source file.
15
19
To retrieve this image, the code uses a ajax call to a local file, this can be replaced with a call to a webservice on the same server as the rundeck instance.
16
20
21
+
Since rundeck 3.0.12 you need to add this to `rundeck-config.properties`:
0 commit comments