mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-20 05:51:11 +02:00
Update style of misc/information
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
7835d772c1
commit
4a22436514
@ -1,23 +1,23 @@
|
|||||||
- page_title t('.page_title') do
|
- page_title t('.page_title') do
|
||||||
- link_to misc_download_info_path, class: "btn btn-primary pull-right" do
|
- link_to misc_download_info_path, class: "btn btn-primary float-right" do
|
||||||
= icon('fa-download')
|
= icon('fa-download')
|
||||||
= t('.download_system_information')
|
= t('.download_system_information')
|
||||||
|
|
||||||
- if FluentdUI.update_available? && !FluentdUI.td_agent_ui?
|
- if FluentdUI.update_available? && !FluentdUI.td_agent_ui?
|
||||||
- # NOTE: td-agent-ui shouldn't have auto update feature
|
- # NOTE: td-agent-ui shouldn't have auto update feature
|
||||||
.row
|
.row
|
||||||
.col-xs-12
|
.col-xl-12
|
||||||
%p
|
%p
|
||||||
= link_to misc_update_fluentd_ui_path, class: "btn btn-primary btn-lg", method: :post do
|
= link_to misc_update_fluentd_ui_path, class: "btn btn-primary btn-lg", method: :post do
|
||||||
= t('.update_fluentd_ui', version: FluentdUI.latest_version, title: fluentd_ui_title)
|
= t('.update_fluentd_ui', version: FluentdUI.latest_version, title: fluentd_ui_title)
|
||||||
= t('.update_fluentd_ui_caution', brand: fluentd_ui_brand)
|
= t('.update_fluentd_ui_caution', brand: fluentd_ui_brand)
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-xs-6
|
.col-xl-6.col-sm-6.mb-3
|
||||||
.panel.panel-default
|
.card.card-default
|
||||||
.panel-heading
|
.card-header
|
||||||
%h4= t("terms.version")
|
%h4= t("terms.version")
|
||||||
.panel-body
|
.card-body
|
||||||
%dl{class: "dl-horizontal"}
|
%dl{class: "dl-horizontal"}
|
||||||
%dt ruby
|
%dt ruby
|
||||||
%dd= RUBY_DESCRIPTION
|
%dd= RUBY_DESCRIPTION
|
||||||
@ -27,11 +27,11 @@
|
|||||||
%dt fluentd-ui
|
%dt fluentd-ui
|
||||||
%dd= FluentdUI::VERSION
|
%dd= FluentdUI::VERSION
|
||||||
|
|
||||||
.col-xs-6
|
.col-xl-6.col-sm-6.mb-3
|
||||||
.panel.panel-default
|
.card.card-default
|
||||||
.panel-heading
|
.card-header
|
||||||
%h4= t('terms.installed_plugins')
|
%h4= t('terms.installed_plugins')
|
||||||
.panel-body
|
.card-body
|
||||||
- if @plugins.present?
|
- if @plugins.present?
|
||||||
%table{class: "table table-hover", id: "plugins-table"}
|
%table{class: "table table-hover", id: "plugins-table"}
|
||||||
%thead
|
%thead
|
||||||
@ -47,9 +47,9 @@
|
|||||||
= t "plugins.common.no_installed"
|
= t "plugins.common.no_installed"
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-xs-12
|
.col-xl-12.col-sm-12
|
||||||
.panel.panel-default
|
.card.card-default
|
||||||
.panel-heading
|
.card-header
|
||||||
%h4{"data-toggle" => "collapse", "href" => "#env-table"}
|
%h4{"data-toggle" => "collapse", "href" => "#env-table"}
|
||||||
= icon('fa-caret-down')
|
= icon('fa-caret-down')
|
||||||
= t('.env')
|
= t('.env')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user