Skip to content

Commit 8c9c4d8

Browse files
committed
minor fixes
1 parent 6064113 commit 8c9c4d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/src/components/apps/detail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default defineComponent({
212212
color: "rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));",
213213
})
214214
*/
215-
window.open(`/popup/console/${this.pipeline}/${this.phase}/${this.app}`, '_blank', 'popup=yes,location=no,height=1000,width=1000,scrollbars=yes,status=no');
215+
window.open(`/popup/console/${this.pipeline}/${this.phase}/${this.app}`, '_blank', 'popup=yes,location=no,height=720,width=900,scrollbars=yes,status=no');
216216
},
217217
},
218218

server/src/kubero.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,6 @@ export class Kubero {
15441544
workloads.push(workload);
15451545
}
15461546
}
1547-
console.log(workloads);
15481547
return workloads;
15491548
}
15501549

0 commit comments

Comments
 (0)