mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Position -> #
This commit is contained in:
parent
64cd6b81ae
commit
854ffcf7e2
4 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -16,7 +16,6 @@ ru:
|
|||
StopPolling: Остановить опрос
|
||||
Queue: Очередь
|
||||
Class: Класс
|
||||
Position: Позиция
|
||||
Job: Задача
|
||||
Arguments: Аргументы
|
||||
Extras: Дополнительно
|
||||
|
|
|
@ -16,7 +16,6 @@ uk:
|
|||
StopPolling: Зупинити опитування
|
||||
Queue: Черга
|
||||
Class: Клас
|
||||
Position: Позиція
|
||||
Job: Задача
|
||||
Arguments: Аргументи
|
||||
Extras: Додатково
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue