Issue #2473877 by Lendude, quietone, pefferen: Views UI progress indicator...
Issue #2473877 by Lendude, quietone, pefferen: Views UI progress indicator styled as pager and placed on strange location
(cherry picked from commit 46e74432)
@@ -222,8 +222,8 @@ function views_ui_standard_display_dropdown(&$form, FormStateInterface $form_sta
// Add the "2 of 3" progress indicator.
if($form_progress=$view->getFormProgress()){
$form['progress']['#markup']='<div id="views-progress-indicator" class="views-progress-indicator">'.t('@current of @total',['@current'=>$form_progress['current'],'@total'=>$form_progress['total']]).'</div>';