mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-16 03:07:06 +02:00
Stop setting column size
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
7ca1ea4b82
commit
577b834db8
@ -7,11 +7,11 @@
|
||||
%table{class: "table table-striped table-hover"}
|
||||
%thead
|
||||
%tr
|
||||
%th.col-xl-2= t('plugins.common.name')
|
||||
%th.col-xl-2= t('plugins.common.authors')
|
||||
%th.col-xl-6= t('plugins.common.summary')
|
||||
%th.col-xl-1= t('plugins.common.installed_version')
|
||||
%th.col-xl-1= t('plugins.common.latest_version')
|
||||
%th= t('plugins.common.name')
|
||||
%th= t('plugins.common.authors')
|
||||
%th= t('plugins.common.summary')
|
||||
%th= t('plugins.common.installed_version')
|
||||
%th= t('plugins.common.latest_version')
|
||||
%tbody
|
||||
- @plugins.each do |plugin|
|
||||
%tr
|
||||
@ -28,4 +28,3 @@
|
||||
%td
|
||||
= plugin.latest_version
|
||||
= submit_tag t("terms.install_latest"), class: "btn btn-primary"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user