1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Position -> #

This commit is contained in:
fatkodima 2019-09-10 01:34:35 +03:00 committed by Mike Perham
parent 64cd6b81ae
commit 854ffcf7e2
4 changed files with 1 additions and 4 deletions

View file

@ -17,7 +17,6 @@ en: # <---- change this to your locale code
StopPolling: Stop Polling
Queue: Queue
Class: Class
Position: Position
Job: Job
Arguments: Arguments
Extras: Extras

View file

@ -16,7 +16,6 @@ ru:
StopPolling: Остановить опрос
Queue: Очередь
Class: Класс
Position: Позиция
Job: Задача
Arguments: Аргументы
Extras: Дополнительно

View file

@ -16,7 +16,6 @@ uk:
StopPolling: Зупинити опитування
Queue: Черга
Class: Клас
Position: Позиція
Job: Задача
Arguments: Аргументи
Extras: Додатково

View file

@ -15,7 +15,7 @@
<div class="table_container">
<table class="queue table table-hover table-bordered table-striped">
<thead>
<th><a href="<%= url %>?direction=<%= params[:direction] == 'asc' ? 'desc' : 'asc' %>"><%= t('Position') %> <%= sort_direction_label %></a></th>
<th><a href="<%= url %>?direction=<%= params[:direction] == 'asc' ? 'desc' : 'asc' %>"># <%= sort_direction_label %></a></th>
<th><%= t('Job') %></th>
<th><%= t('Arguments') %></th>
<th></th>