GambioHubConfigurationBoxContentView
extends GambioHubConfigurationBoxContentView_parent
in package
Class GambioHubConfigurationBoxContentView
Table of Contents
- get_html() : string
- Appends JavaScript to the Gambio Hub configuration page.
- determineConnectorVersion() : string
- Checks the version_info folder for the latest connector version and returns it
- generateResetButtonScript() : string
- Generates the reset button so we can reset hub client keys in the secret hub configuration page
- generateVersionInfoScript() : string
- Generates the script to display the connector version in the secret configuration
Methods
get_html()
Appends JavaScript to the Gambio Hub configuration page.
public
get_html() : string
The appended JavaScript will create a button that will allow users to manually reset the Hub Client Key.
Return values
string —determineConnectorVersion()
Checks the version_info folder for the latest connector version and returns it
private
determineConnectorVersion() : string
Return values
string —generateResetButtonScript()
Generates the reset button so we can reset hub client keys in the secret hub configuration page
private
generateResetButtonScript() : string
Return values
string —generateVersionInfoScript()
Generates the script to display the connector version in the secret configuration
private
generateVersionInfoScript() : string