This repository was archived by the owner on Oct 30, 2023. It is now read-only.
File tree 3 files changed +203
-162
lines changed
3 files changed +203
-162
lines changed Original file line number Diff line number Diff line change 255
255
<el-button class =" pull-right" style =" min-width : 100% ;" type =" danger" @click =" deletelocalscripts(index)" icon =" delete2" ></el-button >
256
256
</div >
257
257
<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 >
259
261
</div >
260
262
</div >
261
263
</draggable >
306
308
<el-button class =" pull-right" style =" min-width : 100% ;" type =" danger" @click =" deletelocalstyles(index)" icon =" delete2" ></el-button >
307
309
</div >
308
310
<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 >
310
314
</div >
311
315
</div >
312
316
</draggable >
Original file line number Diff line number Diff line change 122
122
</el-select ></el-col >
123
123
<el-col :span =' 4' >
124
124
<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 >
126
126
</el-row >
127
127
</el-form-item >
128
128
@@ -1382,6 +1382,9 @@ export default {
1382
1382
},
1383
1383
1384
1384
methods: {
1385
+ linktocrm (){
1386
+ window .open (' https://crm.' + config .domainkey );
1387
+ },
1385
1388
1386
1389
setPrimaryRole (index ){
1387
1390
for (var i = 0 ; i < this .websiteRoles .length ; i++ ){
You can’t perform that action at this time.
0 commit comments