Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-image-creator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-image-creator
Commits
64456987
Commit
64456987
authored
9 years ago
by
Nikos Skalkotos
Browse files
Options
Downloads
Patches
Plain Diff
Remove the Help button from the cloud editing menu
We were not using it.
parent
545a958d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
image_creator/dialog_menu.py
+1
-2
1 addition, 2 deletions
image_creator/dialog_menu.py
with
1 addition
and
2 deletions
image_creator/dialog_menu.py
+
1
−
2
View file @
64456987
...
@@ -318,8 +318,7 @@ def modify_clouds(session):
...
@@ -318,8 +318,7 @@ def modify_clouds(session):
"
ones. Press <Edit> to edit an existing account or <Add> to add
"
"
ones. Press <Edit> to edit an existing account or <Add> to add
"
"
a new one. Press <Back> or hit <ESC> when done.
"
,
height
=
18
,
"
a new one. Press <Back> or hit <ESC> when done.
"
,
height
=
18
,
width
=
WIDTH
,
choices
=
choices
,
menu_height
=
10
,
ok_label
=
"
Edit
"
,
width
=
WIDTH
,
choices
=
choices
,
menu_height
=
10
,
ok_label
=
"
Edit
"
,
extra_button
=
1
,
extra_label
=
"
Add
"
,
cancel
=
"
Back
"
,
help_button
=
1
,
extra_button
=
1
,
extra_label
=
"
Add
"
,
cancel
=
"
Back
"
,
title
=
"
Clouds
"
)
title
=
"
Clouds
"
)
if
code
in
(
d
.
CANCEL
,
d
.
ESC
):
if
code
in
(
d
.
CANCEL
,
d
.
ESC
):
return
True
return
True
...
...
This diff is collapsed.
Click to expand it.
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