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
p("Your job has been successfully submitted to the KVFinder-web server!"),
101
102
p("Please save the following job ID: ", tags$b(get_run_id), "to check your results later."),
102
-
p("Your job is ", tags$b(get_queue) ," in the queue and the estimated time is ", tags$b(ceiling(((get_queue+1)*10)/60)) ," min."),
103
+
p("Your job is currently in position", tags$b(get_queue+1), " in the queue and the estimated time is ", tags$b(ceiling(((get_queue+1) *10)/60)), minutes, "."),
103
104
p("Once the job is completed, the results will be available for 1 day."),
104
105
p("\u26A0\ufe0f Warning: KVFinder-web portal is a single-page application. Please do not reload this page or you will lose your progress.")
p("Your job has been successfully submitted to the KVFinder-web server!"),
113
115
p("Please save the following job ID: ", tags$b(get_run_id), "to check your results later."),
114
-
p("The estimated time of your job is ", tags$b(ceiling(((get_queue+1)*10)/60)) ," min."),
116
+
p("Your job is currently in position", tags$b(get_queue+1), " in the queue and the estimated time is ", tags$b(ceiling(((get_queue+1) *10)/60)), minutes, "."),
115
117
p("Once the job is completed, the results will be available for 1 day."),
116
118
p("\u26A0\ufe0f Warning: KVFinder-web portal is a single-page application. Please do not reload this page or you will lose your progress.")
0 commit comments