Skip to content

Commit a83b0fc

Browse files
authored
Merge branch 'ubccr:master' into master
2 parents d80b87c + 6a44e12 commit a83b0fc

7 files changed

Lines changed: 13 additions & 9 deletions

File tree

ondemand/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ logins work. OnDemand supports many formats, and the one shown is in markdown.
7070
Lastly you'll see panels for [XDMoD](../xdmod/README.md). OnDemand integrates
7171
with XDMoD to show pertinant information about the jobs you've recently ran.
7272

73+
![landing page demo](imgs/landing_page_demo.gif)
74+
7375
### File management
7476

7577
In the navigation bar you'll see a dropdown menu entitled `Files`. The first
@@ -96,6 +98,8 @@ Go ahead and:
9698
Now that you know how to create files, go ahead and create a file and in the next
9799
section we'll edit it.
98100

101+
![file manager demo](imgs/file_manager_demo.gif)
102+
99103
### File viewing and editing
100104

101105
If you haven't already created a new file to edit, please do so now. It doesn't
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- /home/hpcadmin/ondemand/config/views/widgets/_welcome.html.erb -->
2+
<div class='alert alert-info text-center'>
3+
<p class='h2'>Thank you for attending the Open OnDemand Tutorial!</p>
4+
<br>
5+
<p class='small text-muted'>This is a custom panel that you can add to your own site.</p>
6+
</div>

ondemand/config/dashboard/widgets/_welcome_isc.html.erb

Lines changed: 0 additions & 6 deletions
This file was deleted.

ondemand/config/ondemand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dashboard_layout:
55
- columns:
66
- width: 12
77
widgets:
8-
- welcome_isc
8+
- welcome
99
- width: 12
1010
widgets:
1111
- recently_used_apps
@@ -84,7 +84,7 @@ custom_pages:
8484
- columns:
8585
- width: 6
8686
widgets:
87-
- welcome_isc
87+
- welcome
8888
- custom_page_description
8989
- width: 6
9090
widgets: chemistry_notes
3.13 MB
Loading
5.53 MB
Loading

xdmod/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dnf install -y \
4242
# be installed in the same container. In a production deployment they may be installed
4343
# on separate hosts.
4444
#------------------------
45-
dnf install -y https://github.com/ubccr/xdmod/releases/download/v10.0.2-beta1-el8/xdmod-10.0.2-1.0.el8.noarch.rpm \
45+
dnf install -y https://github.com/ubccr/xdmod/releases/download/v10.0.2-2-el8/xdmod-10.0.2-2.0.el8.noarch.rpm \
4646
https://github.com/ubccr/xdmod-ondemand/releases/download/v10.0.0/xdmod-ondemand-10.0.0-1.0.beta1.el8.noarch.rpm \
4747
https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta4-el8/xdmod-supremm-10.0.0-1.4.beta4.el8.noarch.rpm \
4848
https://github.com/ubccr/xdmod-appkernels/releases/download/v10.0.0/xdmod-appkernels-10.0.0-1.0.beta1.el8.noarch.rpm

0 commit comments

Comments
 (0)