Browse Source

Update links

q-apps
AlphaX-Projects 2 years ago committed by GitHub
parent
commit
583115cfd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      qortal-ui-plugins/plugins/core/q-app/q-apps.src.js

4
qortal-ui-plugins/plugins/core/q-app/q-apps.src.js

@ -785,14 +785,14 @@ class QApps extends LitElement {
if (openObj.status.description === "Published but not yet downloaded") {
return html`<mwc-button dense unelevated label="${translate("appspage.schange39")}" icon="open_in_browser"></mwc-button>`
} else if (openObj.status.description === "Ready") {
return html`<a class="visitSite" href="app-browser/index.html?name=${openObj.name}&service=${this.service}"><mwc-button dense unelevated label="${translate("appspage.schange39")}" icon="open_in_browser"></mwc-button></a>`
return html`<a class="visitSite" href="../qdn/browser/index.html?name=${openObj.name}&service=${this.service}"><mwc-button dense unelevated label="${translate("appspage.schange39")}" icon="open_in_browser"></mwc-button></a>`
} else {
return html``
}
}
publishApp() {
window.location.href = `publish-app/index.html?service=${this.service}&identifier=${this.identifier}&uploadType=zip&category=app&showName=true&showService=false&showIdentifier=false&showMetadata=true`
window.location.href = `../qdn/publish/index.html?service=${this.service}&identifier=${this.identifier}&uploadType=zip&category=app&showName=true&showService=false&showIdentifier=false&showMetadata=true`
}
async followName(appObj) {

Loading…
Cancel
Save