We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563d798 commit 0f6c886Copy full SHA for 0f6c886
web_src/js/components/RepoActionView.vue
@@ -111,7 +111,7 @@ const sfc = {
111
return el.logsContainer ?? el;
112
},
113
// begin a log group
114
- stepLogsGroupBegin(idx) {
+ beginLogGroup(idx) {
115
const el = this.$refs.elJobStepLogs[idx];
116
117
const elJobLogGroup = document.createElement('div');
@@ -128,7 +128,7 @@ const sfc = {
128
el.logsContainer = elJobLogList;
129
130
// end a log group
131
- stepLogsGroupEnd(idx) {
+ endLogGroup(idx) {
132
133
el.logsContainer = null;
134
0 commit comments