-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display widget's title in full screen of widget result #5159
Display widget's title in full screen of widget result #5159
Conversation
@lpichler Cannot apply the following label because they are not recognized: pending backend |
Checked commit lpichler@30e31f7 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@lpichler The backend PR link you linked above is not correct. |
@mzazrivec yes thanks ! |
This pull request is not mergeable. Please rebase and repush. |
30e31f7
to
8bb0490
Compare
@mzazrivec backend PR merged and this PR rebased => ready to review 👍 |
@miq-bot remove_label pending core, unmergeable |
@@ -2,7 +2,7 @@ | |||
%html.layout-pf.layout-pf-fixed.transitions{:lang => I18n.locale.to_s.sub('-', '_')} | |||
%head | |||
%title | |||
= "%{product}: %{title}" % {:product => Vmdb::Appliance.PRODUCT_NAME, :title => @report.title} | |||
= "%{product}: %{title}" % {:product => Vmdb::Appliance.PRODUCT_NAME, :title => @report_title} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whitespace before @report_title
is unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done 👍 thanks
there is used title from report for report result
8bb0490
to
cfd5c27
Compare
backend
dashboard
full screen
Links
@miq-bot add_label pending backend, bug