dbhub: Add link to webUI page of currently opened database

Add a toolbar to the Current Database tab of the Remote dock with one
button for now. This button opens the web page of the currently opened
database in the browser.

Also reduce the margins in the Remote dock a bit.
This commit is contained in:
Martin Kleusberg
2020-07-18 13:28:29 +02:00
parent 595d845a9f
commit 12ba01ffdb
5 changed files with 104 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ signals:
void gotBranchList(std::vector<std::string> branches, std::string default_branch);
void gotMetadata(std::vector<RemoteMetadataBranchInfo> branches, std::string commits,
std::vector<RemoteMetadataReleaseInfo> releases, std::vector<RemoteMetadataReleaseInfo> tags,
std::string default_branch);
std::string default_branch, std::string web_page);
// The uploadFinished() signal is emitted when a push() call is finished, i.e. a database upload has completed.
void uploadFinished(std::string url);