Skip to content
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

Fixes #4629 - Migrate UI to Patternfly #2943

Closed
wants to merge 1 commit into from

Conversation

alongoldboim
Copy link
Member

No description provided.

@theforeman-bot
Copy link
Member

There were the following issues with the commit message:

  • 40eba16 must be in the format fixes #redmine_number - brief description.

If you don't have a ticket number, please create an issue in Redmine, selecting the appropriate project.

More guidelines are available on the Foreman wiki.


This message was auto-generated by Foreman's prprocessor

@ohadlevy
Copy link
Member

when viewing facts (monitor -> facts) sorting the table based on value shows empty screen.

@ohadlevy
Copy link
Member

i take it back, it was an error on my browser-sync setup.

@ohadlevy
Copy link
Member

icon colors are blue, not sure if its on purpose, but imho black background looks better.
also, if we switch to font-awesome, their background would be black.

@ohadlevy
Copy link
Member

under host edit, all inherit buttons are not aligned

@theforeman-bot
Copy link
Member

There were the following issues with the commit message:

  • 12d9014 must be in the format fixes #redmine_number - brief description.

If you don't have a ticket number, please create an issue in Redmine, selecting the appropriate project.

More guidelines are available on the Foreman wiki.


This message was auto-generated by Foreman's prprocessor

@theforeman-bot
Copy link
Member

There were the following issues with the commit message:

  • 12858b5 must be in the format fixes #redmine_number - brief description.

If you don't have a ticket number, please create an issue in Redmine, selecting the appropriate project.

More guidelines are available on the Foreman wiki.


This message was auto-generated by Foreman's prprocessor

stbenjam pushed a commit to stbenjam/foreman that referenced this pull request Dec 2, 2015
…ut helper, added in Host and hostgroup root_pass, LDAP acount password, BMC password and compute resources password

 theforeman#2943,#11387 - Please enter the commit message for your changes. Lines starting
@theforeman-bot
Copy link
Member

There were the following issues with the commit message:

  • 73c3810 must be in the format fixes #redmine_number - brief description.

If you don't have a ticket number, please create an issue in Redmine, selecting the appropriate project.

More guidelines are available on the Foreman wiki.


This message was auto-generated by Foreman's prprocessor

@theforeman-bot
Copy link
Member

There were the following issues with the commit message:

  • 2d6be5a must be in the format fixes #redmine_number - brief description.

If you don't have a ticket number, please create an issue in Redmine, selecting the appropriate project.

More guidelines are available on the Foreman wiki.


This message was auto-generated by Foreman's prprocessor

@@ -5,7 +5,7 @@
<% if events.empty? %>
<p class="ca"><%= _("No interesting reports received in the last week") %></p>
<% else %>
<table class="table table-striped ellipsis">
<table class="table table-striped table-bordered ellipsis">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

css table helper?

@alongoldboim
Copy link
Member Author

@ohadlevy @dLobatog

@@ -0,0 +1,14 @@
plugins = Rails.application.railties.select { |e| e.railtie_name.match /foreman/ }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imho worth a comment about what this is all about

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added comment.

@@ -0,0 +1,20 @@
=begin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alongoldboim Use plain old # comments, rubocop is failing because of this block

@dLobatog
Copy link
Member

dLobatog commented Jan 7, 2016

@alongoldboim The test failure seems like it's not caused by this. I can fix the rubocop violation & use the table css helper class that @ohadlevy recommended on merge.

@alongoldboim
Copy link
Member Author

@dLobatog talked with @ohadlevy , agreed on applying the use of table_css helper app wide on a diff pr.

@dLobatog
Copy link
Member

dLobatog commented Jan 7, 2016

Merged as aa50ab1, thanks @alongoldboim for picking this one up, and @ohadlevy @ehelms @shlomizadok @tbrisker for doing the reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants