refs #4974 Now upload the remote URL and added datasources icons for access

This commit is contained in:
Guillermo Bonet 2023-01-04 13:20:48 +01:00
parent e2412e03e7
commit 2ce508c6bc
5 changed files with 4 additions and 1 deletions

BIN
datasources/datasource.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
datasources/development.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
datasources/production.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
datasources/test.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -131,8 +131,11 @@ var App = {
]
for (var i in stringValues) {
if (!this.regRead(Conf.regPath, stringValues[i]))
this.regWrite(Conf.regPath, stringValues[i], null)
this.regWrite(Conf.regPath, stringValues[i], null)
}
// Upload the remote URL
this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL)
// Upload the string value to version installed
this.regWrite(Conf.regPath, 'version', Conf.version);