aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-24toaster: Fix reverse dependencies modal dialogsBelen Barros Pena
In the custom image details page, the modal dialogs we show you when you remove a package with reverse dependencies were not displaying. This patch removes the class causing the problem. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix landing pageBelen Barros Pena
Layout was messed up due to changes in Bootstrap 3. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix errors and warnings infoBelen Barros Pena
Bootstrap 3 changed all classes used for the accordions, which broke our presentation of errors and warnings. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix the project created notificationBelen Barros Pena
It was outside the page main column. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix 'New project' pageBelen Barros Pena
Apply Bootstrap 3 grid. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Adjust labels in modal dialogsBelen Barros Pena
They had a bit too much padding. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: More width to the "Edit columns" menuBelen Barros Pena
Increase the minimum width to give more space to show the menu options. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix buttons in custom image details pageBelen Barros Pena
Make sure the button labels in the table of packages we show in the custom image details page wrap when there is not enough space. Also, give the add | remove packages column a bit more room. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Tweaking modal dialogsBelen Barros Pena
Give them a nice, consistent look across pages. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix popover contentBelen Barros Pena
Lists had the wrong margins, and popovers were too narrow to fit commit hashes. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: fix buttons in tablesBelen Barros Pena
Bootstrap sets the white-space property in buttons to nowrap, and that made our 'remove' buttons inside table cells look funny, with the label shooting out of the button frame. Set the white-space property for such buttons to normal, so that labels wrap when there is no sufficient horizontal space available. Also, give the button column a bit more width to minimise button wrapping, which looks rather ugly. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Edit inaccurate commentBelen Barros Pena
The changes to the definition lists applies to all pages in Toaster, and not just to the layer details page. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix no results pagesBelen Barros Pena
The alerts we display when your search query returns no results were incorrectly aligned because of nested 'row' divs. Remove the additional rows to tidy up. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix filtersBelen Barros Pena
Set the correct size for the filter buttons, and give some white space to the 'clear filter' buttons in the toastertables. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Style typeaheadsBelen Barros Pena
Our suggestions needed some padding, hovering states and a bit more space to display. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Remove the pagination-centered classBelen Barros Pena
It didn't do a very good job in centering the pagination controls across our different types of tables. Removing this class left-aligns the pagination to the table. It should still work fine, and makes things easier. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: revert auto change to icon class for spinnerMichael Wood
Revert the change to the spinner class that was done by the auto convert tool for bootstrap as this was a falsely matched. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2016-05-24toaster: Fix layout in task details pageBelen Barros Pena
Set the layout as per the Bootstrap 3 grid rules and apply new definition list styles to this page as well. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layout in recipe details pageBelen Barros Pena
Set the layout as per the Bootstrap 3 grid rules. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layout in package details pagesBelen Barros Pena
Set the layout as per Bootstrap 3 grid rules. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layout of variable history pageBelen Barros Pena
Including the modal dialogs. Setting everything as per the Bootstrap 3 grid rules. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layout of configuration pageBelen Barros Pena
Set the layout as per the Bootstrap 3 grid rules. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layout of packages installed pageBelen Barros Pena
Set the layout as per the Bootstrap 3 grid rules. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix pagination in non-toastertablesBelen Barros Pena
Match the pagination controls in the non-toastertables tables to the pagination controls in the toastertables tables. We really need to kill those non-toastertables tables. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Alignment of table controlsBelen Barros Pena
Because we have 3 different types of tables (toastertable, toastertable-simple and non-toastertable), making all the controls look the same required some fiddling with the mark up and the css rules. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Adjust width of non-toastertables searchBelen Barros Pena
In tables not using toaster tables (i.e. the ones in the build information pages), the search text field was too long. This patch reduces its width. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix breadcrumb in ChromeBelen Barros Pena
Breadcrumb list items were wrapping because the content attribute was set to an empty string that added a space. The correct way to override the content property is setting it to 'none'. Removing the extra space required adjustments to the breadcrumb padding. The commit also does a bit of reorg in the css declarations. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layout in build dashboard pageBelen Barros Pena
Set the layout as per the Bootstrap 3 grid rules. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: indentation fixesBelen Barros Pena
Just tidying up the indentation. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix breadcrumb in build data pagesBelen Barros Pena
The breadcrumb needs to be in its own row, to avoid the nested rows that so badly upset the Bootstrap 3 grid system. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Correctly align bottom table controlsBelen Barros Pena
In the details pages, to bring them in line with all other tables. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Set correct margins for table searchBelen Barros Pena
We need 2 versions: one for main tables and another one for tables in details pages (like the recipes and machines tables in the layer details page). For the first, we need 0 bottom margin. For the second, we need 20px of bottom margin. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layer details layoutBelen Barros Pena
Adapt layout to Bootstrap 3 grid. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix image recipe details layoutBelen Barros Pena
Adapt the layout to fit the Boostrap 3 grid. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: remove row from base templateBelen Barros Pena
A row in the base template caused duplicated row divs and issues with the most complex layouts we use in the details pages. Remove the row from the base template and set the rows in each template as needed instead. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix "custom image details" layoutBelen Barros Pena
Set the right grid markup for the page content, and correctly align content and breadcrumb. The patch also sets a sane length for the table search input field. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix breadcrumbsBelen Barros Pena
Remove the "/" between list items and set the same white space between list items and separators. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: templates Use old style icon classesMichael Wood
Stick with the old style icons as we customise these with font-awesome. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2016-05-24toaster: table.js Fix the edit columns drop downMichael Wood
The input checkbox needed to be before the label text. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2016-05-24toaster: Fix layout in "new custom image" pageBelen Barros Pena
Wrap the table in a div with the correct class to provide appropriate side whitespace to the content. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Remove hovering from disabled buttonsBelen Barros Pena
Our primary buttons colour was changing when you hovered over them, creating a hovering effect. Remove the colour change, since disabled components should not hover. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: small changes to 'import layer' pageBelen Barros Pena
Make the import button big, and match the content of the help text to the labeling in the page. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix layout of 'project builds' pageBelen Barros Pena
Set the content within a 12-column row. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Fix toaster table footer controlsBelen Barros Pena
Center the pagination controls, and align vertically the label and select controls of the "Show rows" menu. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: Layout fixes for project configurationBelen Barros Pena
Fix the layout and the lists of layers and targets in the project configuration page. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-24toaster: migrate typeahead libraryMichael Wood
Migrate from Bootstrap 2's built-in typeahead to Twitter's typeahead library. This is to facilitate moving to Bootstrap 3, which doesn't have a typeahead. Signed-off-by: Elliot Smith <elliot.smith@intel.com>
2016-05-24toaster: default.css Remove 80% width for search as this is no longer neededMichael Wood
Deprecated by the bootstrap theme. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2016-05-24toaster: bootstrap3-transition Remove top margin on New project buttonMichael Wood
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2016-05-24toaster: templates Use old style input appends instead of input-groupMichael Wood
The new input-group in bootstrap3 is not analogous to input-append so revert back to using input-append and co. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2016-05-24toaster: templates Add additional divs for modals in bootstrap3Michael Wood
- Adds the modal-dialog modal-content divs as per bootstrap 3 - Update modal close handler in table.js after dom tree change - Remove redundant default.css hack for positioning - Restore grey footer for modals Signed-off-by: Michael Wood <michael.g.wood@intel.com>