Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John Tourtellott
ACE3P Extensions
Commits
b9bbd9e2
Commit
b9bbd9e2
authored
Feb 06, 2020
by
John Tourtellott
Browse files
Update spin url to the ssl version that was installed 06-Feb-2020
parent
9296370f
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugin/pqCumulusJobsPanel.cxx
View file @
b9bbd9e2
...
...
@@ -73,7 +73,7 @@ pqCumulusJobsPanel::pqCumulusJobsPanel(QWidget* parent)
// Cumulus URL
this
->
Internal
->
CumulusUrlEdit
=
new
QLineEdit
(
this
->
Internal
->
FirstWidget
);
// this->Internal->CumulusUrlEdit->setText("http://localhost:8080/api/v1");
QString
spinUrl
(
"http://a
pp-girder.ace3p.dev-cattle.stable.spin.nersc.org:60002
/api/v1"
);
QString
spinUrl
(
"http
s
://a
ce3p.kitware.com
/api/v1"
);
this
->
Internal
->
CumulusUrlEdit
->
setText
(
spinUrl
);
firstLayout
->
addRow
(
"Cumulus URL"
,
this
->
Internal
->
CumulusUrlEdit
);
...
...
simulation-workflows/internal/ace3p-export.sbt
View file @
b9bbd9e2
...
...
@@ -162,7 +162,7 @@
<
String
Name
=
"CumulusHost"
Label
=
"Cumulus host"
Version
=
"0"
>
<!--
DefaultValue
>
http
://
localhost
:
8080
</DefaultValue
-->
<
DefaultValue
>
http
://
a
pp
-
girder
.
ace3p
.
dev
-
cattle
.
stable
.
spin
.
nersc
.
org
:
60002
</DefaultValue>
<
DefaultValue
>
http
s
://
a
ce3p
.
kitware
.
com
</
DefaultValue
>
</
String
>
<
String
Name
=
"NERSCRepository"
Label
=
"Project repository"
Version
=
"0"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment