Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
sagJL
Commits
d8d303dc
Commit
d8d303dc
authored
Oct 06, 2021
by
khalid
Browse files
change Draw graph label
parent
c6faa33e
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.R
View file @
d8d303dc
...
...
@@ -684,7 +684,7 @@ generate_menu <- function() {
if
(
"RULEGRAPH"
%in%
names
(
APP
)){
name
<-
"RULEGRAPH"
icon
<-
"gear"
menu
<-
"
Draw
workflow
graph
"
menu
<-
"
Check
workflow
validity
"
res
<-
res
+
'\tmenuItem("'
+
menu
+
'", tabName="'
+
name
+
'", icon=icon("'
+
icon
+
'", lib="font-awesome"), newtab=FALSE),\n\n'
}
...
...
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