Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image-creator
Commits
aa04fb4e
Commit
aa04fb4e
authored
Mar 19, 2013
by
Nikos Skalkotos
Browse files
In the main menu add action for the help button
Display the online documentation url
parent
ccb6b943
Changes
1
Hide whitespace changes
Inline
Side-by-side
image_creator/dialog_menu.py
View file @
aa04fb4e
...
...
@@ -670,6 +670,10 @@ def main_menu(session):
d
.
infobox
(
"Resetting snf-image-creator. Please wait..."
,
width
=
SMALL_WIDTH
)
raise
Reset
elif
choice
==
"Help"
:
d
.
msgbox
(
"For help, check the online documentation:
\n\n
http://www"
".synnefo.org/docs/snf-image-creator/latest/"
,
width
=
WIDTH
,
title
=
"Help"
)
elif
choice
in
actions
:
actions
[
choice
](
session
)
...
...
Write
Preview
Markdown
is supported
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