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
d5f6201c
Commit
d5f6201c
authored
Sep 22, 2020
by
mmassaviol
Browse files
Rename button
parent
58bbf5f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.R
View file @
d5f6201c
...
...
@@ -955,7 +955,7 @@ generate_app <- function() {
}
if
(
"RULEGRAPH"
%in%
names
(
APP
)){
res
<-
res
+
"tabRULEGRAPH = fluidPage(box(title = 'Rule Graph :', width = 12, status = 'primary', collapsible = TRUE, solidHeader = TRUE, uiOutput('RULEGRAPH_svg'),actionButton('refresh_rg', 'Refresh', icon('sync'), class='btn btn-info')),"
res
<-
res
+
"box(title = 'What will be done :', width = 12, status = 'primary', collapsible = TRUE, solidHeader = TRUE, uiOutput('dry_run_div', style = 'overflow-y: scroll; height: 600px'),actionButton('dry_run_button', '
Dry run
', icon('
play
'), class='btn btn-info')))\n"
res
<-
res
+
"box(title = 'What will be done :', width = 12, status = 'primary', collapsible = TRUE, solidHeader = TRUE, uiOutput('dry_run_div', style = 'overflow-y: scroll; height: 600px'),actionButton('dry_run_button', '
Refresh
', icon('
sync
'), class='btn btn-info')))\n"
}
if
(
"Report"
%in%
names
(
APP
)){
res
<-
res
+
"tabReport = fluidPage(box(title = 'Report :', width = 12, status = 'primary', collapsible = TRUE, solidHeader = TRUE, uiOutput('report_html')))\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