#8: Add tooltips to settings

This commit is contained in:
2019-08-30 21:37:11 -05:00
parent 9df4666438
commit d58ba1411e
3 changed files with 10 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'-----END PUBLIC KEY-----';
const REPERTORY_BRANCH = '1.1.0-release_branch';
const REPERTORY_UI_BRANCH = '1.0.8_branch';
const REPERTORY_BRANCH = 'master';
const REPERTORY_UI_BRANCH = 'master';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';