Skip to content
Snippets Groups Projects
Commit c8c01bbe authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Make frontend files prettier

parent 8622763e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,7 +32,12 @@ export default {
methods: {
onClickAction(action) {
if (action.scheduledAt) {
const confirmationMessage = sprintf(s__("DelayedJobs|Are you sure you want to run %{jobName} immediately? This job will run automatically after it's timer finishes."), { jobName: action.name });
const confirmationMessage = sprintf(
s__(
"DelayedJobs|Are you sure you want to run %{jobName} immediately? This job will run automatically after it's timer finishes.",
),
{ jobName: action.name },
);
// https://gitlab.com/gitlab-org/gitlab-ce/issues/52156
// eslint-disable-next-line no-alert
if (!window.confirm(confirmationMessage)) {
Loading
Loading
Loading
Loading
@@ -360,7 +360,7 @@
}
 
.arrow-shadow {
content: "";
content: '';
position: absolute;
width: 7px;
height: 7px;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment