Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jupyterjsc
k8s
config
Commits
195edf2b
Commit
195edf2b
authored
1 year ago
by
alice grosch
Browse files
Options
Downloads
Plain Diff
Merge branch 'jupyterhub-share-base-staging' into 'jupyterhub-share-base-production'
Fix small bugs See merge request jupyterjsc/k8s/config!328
parents
67ce15fc
17233328
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/js/home/dropdown-options.js
+6
-4
6 additions, 4 deletions
static/js/home/dropdown-options.js
static/js/home/lab-configs.js
+2
-2
2 additions, 2 deletions
static/js/home/lab-configs.js
with
8 additions
and
6 deletions
static/js/home/dropdown-options.js
+
6
−
4
View file @
195edf2b
...
...
@@ -42,10 +42,12 @@ define(["jquery", "home/utils"], function (
const
currentVal
=
select
.
val
();
resetInputElement
(
select
);
if
(
$
(
`#
${
id
}
-na-info`
).
html
().
includes
(
"
flavor
"
))
{
$
(
`#
${
id
}
-na-btn`
).
hide
();
$
(
`#
${
id
}
-na-info`
).
empty
().
hide
();
if
(
!
window
.
spawnActive
[
id
])
$
(
`#
${
id
}
-start-btn`
).
removeClass
(
"
disabled
"
).
show
();
}
let
systemFlavors
=
window
.
flavorInfo
[
system
];
if
(
!
systemFlavors
)
{
...
...
This diff is collapsed.
Click to expand it.
static/js/home/lab-configs.js
+
2
−
2
View file @
195edf2b
...
...
@@ -126,7 +126,7 @@ define(["jquery", "home/utils", "home/dropdown-options"], function (
utils
.
setLabAsNA
(
id
,
reason_broken_lab
);
return
false
;
}
setFalse
=
true
;
let
setFalse
=
true
;
for
(
const
reservation_dict
of
dropdownOptions
[
service
][
system
][
account
][
project
][
partition
])
{
if
(
reservation
==
reservation_dict
.
ReservationName
)
{
if
(
reservation_dict
.
State
==
"
ACTIVE
"
)
{
...
...
This diff is collapsed.
Click to expand it.
Tim Kreuzer
@kreuzer1
mentioned in commit
9602e554
·
1 year ago
mentioned in commit
9602e554
mentioned in commit 9602e55435f5cd5fbd1f2fd2caf93bf83129a8db
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment