Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 657edcd

Browse files
author
gkumar
committed
solved #387, #377(moved), #335, #307 and added #300,#337,#302 as low priority
1 parent 2863de7 commit 657edcd

File tree

3 files changed

+203
-162
lines changed

3 files changed

+203
-162
lines changed

src/views/PageSettings.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@
255255
<el-button class="pull-right" style="min-width: 100%;" type="danger" @click="deletelocalscripts(index)" icon="delete2"></el-button>
256256
</div>
257257
<div class="col-md-1">
258-
<el-button style="min-width: 100%;"><i class="fa fa-arrows"></i></el-button>
258+
<el-tooltip class="item" effect="dark" content="Re-position" placement="top-start">
259+
<el-button style="min-width: 100%;" icon="d-caret"></el-button>
260+
</el-tooltip>
259261
</div>
260262
</div>
261263
</draggable>
@@ -306,7 +308,9 @@
306308
<el-button class="pull-right" style="min-width: 100%;" type="danger" @click="deletelocalstyles(index)" icon="delete2"></el-button>
307309
</div>
308310
<div class="col-md-1">
309-
<el-button style="min-width: 100%;"><i class="fa fa-arrows"></i></el-button>
311+
<el-tooltip class="item" effect="dark" content="Re-position" placement="top-start">
312+
<el-button style="min-width: 100%;" icon="d-caret"></el-button>
313+
</el-tooltip>
310314
</div>
311315
</div>
312316
</draggable>

src/views/ProjectSettings.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</el-select></el-col>
123123
<el-col :span='4'>
124124
<el-tooltip content="To change/add CRM Setting" placement="top">
125-
<el-button type="primary" icon='setting' href='https://www.crm.flowzcluster.tk/'>CRM Setting</el-button></el-tooltip></el-col>
125+
<el-button type="primary" icon='setting' @click='linktocrm()'>CRM Setting</el-button></el-tooltip></el-col>
126126
</el-row>
127127
</el-form-item>
128128

@@ -1382,6 +1382,9 @@ export default {
13821382
},
13831383
13841384
methods: {
1385+
linktocrm(){
1386+
window.open('https://crm.'+config.domainkey);
1387+
},
13851388
13861389
setPrimaryRole(index){
13871390
for(var i = 0; i < this.websiteRoles.length ; i++){

0 commit comments

Comments
 (0)