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
|
StopPolling: Stop Polling
|
||||||
Queue: Queue
|
Queue: Queue
|
||||||
Class: Class
|
Class: Class
|
||||||
Position: Position
|
|
||||||
Job: Job
|
Job: Job
|
||||||
Arguments: Arguments
|
Arguments: Arguments
|
||||||
Extras: Extras
|
Extras: Extras
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ ru:
|
||||||
StopPolling: Остановить опрос
|
StopPolling: Остановить опрос
|
||||||
Queue: Очередь
|
Queue: Очередь
|
||||||
Class: Класс
|
Class: Класс
|
||||||
Position: Позиция
|
|
||||||
Job: Задача
|
Job: Задача
|
||||||
Arguments: Аргументы
|
Arguments: Аргументы
|
||||||
Extras: Дополнительно
|
Extras: Дополнительно
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ uk:
|
||||||
StopPolling: Зупинити опитування
|
StopPolling: Зупинити опитування
|
||||||
Queue: Черга
|
Queue: Черга
|
||||||
Class: Клас
|
Class: Клас
|
||||||
Position: Позиція
|
|
||||||
Job: Задача
|
Job: Задача
|
||||||
Arguments: Аргументи
|
Arguments: Аргументи
|
||||||
Extras: Додатково
|
Extras: Додатково
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="table_container">
|
<div class="table_container">
|
||||||
<table class="queue table table-hover table-bordered table-striped">
|
<table class="queue table table-hover table-bordered table-striped">
|
||||||
<thead>
|
<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('Job') %></th>
|
||||||
<th><%= t('Arguments') %></th>
|
<th><%= t('Arguments') %></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue