Popup cloud console in new tab (#14296)

pull/14297/head
Aaron Ogle 6 years ago committed by Rodrigo Nascimento
parent 8d0e2f573a
commit 924ad4ef0f
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      app/cloud/client/admin/cloud.html
  2. 4
      app/cloud/client/admin/cloud.js

@ -2,7 +2,7 @@
<div class="main-content-flex">
<section class="page-container page-home page-static page-settings">
{{#header sectionName="Connectivity_Services" hideHelp=true fixedHeight=true fullpage=true}}
<button type="button" class="rc-button rc-button--primary action cloud-console-btn">{{_ "Cloud_console"}}</button>
<a href="https://cloud.rocket.chat" class="rc-button rc-button--primary action cloud-console-btn" target="_blank">{{_ "Cloud_console"}}</a>
{{/header}}
<div class="content">
{{#requiresPermission 'manage-cloud'}}

@ -211,10 +211,6 @@ Template.cloud.events({
'click .sync-btn'(e, i) {
i.syncWorkspace();
},
'click .cloud-console-btn'() {
window.location.href = 'https://cloud.rocket.chat';
},
});
Template.cloud.onRendered(() => {

Loading…
Cancel
Save