Skip to content

Commit

Permalink
fix: uncomment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelmuller committed Nov 16, 2020
1 parent 49a4453 commit 4894782
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appserver/static/javascript/views/setup_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,16 @@ define(
// Setup IOC cleanup
await Setup.setup_cleanup(splunk_js_sdk_service);

// // Completes the setup, by access the app.conf's [install]
// // stanza and then setting the `is_configured` to true
// await Setup.complete_setup(splunk_js_sdk_service);
// Completes the setup, by access the app.conf's [install]
// stanza and then setting the `is_configured` to true
await Setup.complete_setup(splunk_js_sdk_service);

// // Reloads the splunk app so that splunk is aware of the
// // updates made to the file system
// await Setup.reload_splunk_app(splunk_js_sdk_service, APP_NAME);
// Reloads the splunk app so that splunk is aware of the
// updates made to the file system
await Setup.reload_splunk_app(splunk_js_sdk_service, APP_NAME);

// // Redirect to the Splunk App's home page
// Setup.redirect_to_splunk_app_homepage(APP_NAME);
// Redirect to the Splunk App's home page
Setup.redirect_to_splunk_app_homepage(APP_NAME);
} catch (error) {
var error_messages_to_display = [];
if (
Expand Down

0 comments on commit 4894782

Please sign in to comment.