Skip to content

Commit 0f6c886

Browse files
committed
chore: rename
1 parent 563d798 commit 0f6c886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const sfc = {
111111
return el.logsContainer ?? el;
112112
},
113113
// begin a log group
114-
stepLogsGroupBegin(idx) {
114+
beginLogGroup(idx) {
115115
const el = this.$refs.elJobStepLogs[idx];
116116
117117
const elJobLogGroup = document.createElement('div');
@@ -128,7 +128,7 @@ const sfc = {
128128
el.logsContainer = elJobLogList;
129129
},
130130
// end a log group
131-
stepLogsGroupEnd(idx) {
131+
endLogGroup(idx) {
132132
const el = this.$refs.elJobStepLogs[idx];
133133
el.logsContainer = null;
134134
},

0 commit comments

Comments
 (0)