You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: 'Approving this job proposal will start running a new job. WARNING: If a job using the same contract address already exists, it will be deleted before running the new one.',
83
83
},
84
+
approvePrevious: {
85
+
title: 'Approve Previous Version of Job Proposal',
86
+
body: (
87
+
<div>
88
+
<p>
89
+
⚠️ You have selected a job spec version that is not the most recent
90
+
one.
91
+
</p>
92
+
<p>
93
+
Approving this job proposal will start running a new job with the old
94
+
spec version.
95
+
</p>
96
+
<p>
97
+
WARNING: If a job using the same contract address already exists, it
98
+
will be deleted before running the new one.
99
+
</p>
100
+
</div>
101
+
),
102
+
},
84
103
cancel: {
85
104
title: 'Cancel Job Proposal',
86
105
body: 'Cancelling this job proposal will delete the running job. Are you sure you want to cancel this job proposal?',
0 commit comments