snipe-it/resources/views
Daniel Meltzer ac63642224 Add manufacturer to licenses (#2436)
* Add manufacturer to licenses.  Shows in table and edit.  Need to improve manufacturer view to show lists beyond assets still.

* Remove extra closing tags, formatting

* Work on making the manufacturer view show more options. Need to figure out how to change the table dynamically.

* Cleanup formatting and fix a few weirdities in hardware/view.blade.php

* Standardize on two-space tabs in this file, as it seems the most
* common.

* Fix a few places where we call number_format without guaranteeing the
* item is a number and not a string.

* Show a "No Results" message on components page if there are no
* components.

* Show table of licenses on manufacturer view page.

This reworks the ManufacturersController::getDataView method to delegate
the view to a sub method (currently assets or licenses, but plan to
extend to consumables/accessories/components as well).  We then put tabs
at the top of the view to show multiple tables.  This just duplicates
the table layout from licenses/index.blade, but I wonder if theres a way
to centralize that code, maybe through partials, over time..

The only known missing part of manufacturers for licenses would be adding it
to the importer, but the license importer should probably migrate to
object importer before doing too much more...

* Add manufacturer to accessory.

* Add consumables to the manufacturer view page.
2016-08-16 18:49:54 -07:00
..
accessories Add manufacturer to licenses (#2436) 2016-08-16 18:49:54 -07:00
account Use showAssetName instead of asset->name to include the asset tag (#2437) 2016-08-11 23:56:40 -07:00
asset_maintenances Updated UI with new required indicator 2016-08-11 15:44:01 -07:00
auth Added favicon explicit link 2016-08-02 12:39:49 -07:00
categories Fix exports (#2338) 2016-07-27 19:45:45 -07:00
companies Switch to use trans from Lang::get for laravel 5.2 2016-04-07 02:51:57 -07:00
components Fixes #2363 and #1097 2016-08-02 00:54:38 -07:00
consumables Fixes #2363 and #1097 2016-08-02 00:54:38 -07:00
custom_fields Ability to remove field from fieldset 2016-07-28 08:10:15 -07:00
depreciations Fix exports (#2338) 2016-07-27 19:45:45 -07:00
emails Fixes #2254 2016-07-14 19:50:00 -07:00
errors Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
groups Fix exports (#2338) 2016-07-27 19:45:45 -07:00
hardware Add manufacturer to licenses (#2436) 2016-08-16 18:49:54 -07:00
layouts Tidied up some debugging code, better explanation 2016-08-12 17:10:03 -07:00
licenses Add manufacturer to licenses (#2436) 2016-08-16 18:49:54 -07:00
locations Removed asterisks, use orange bar for req fields in locations 2016-08-02 16:40:38 -07:00
manufacturers Add manufacturer to licenses (#2436) 2016-08-16 18:49:54 -07:00
models Add manufacturer to licenses (#2436) 2016-08-16 18:49:54 -07:00
paginator Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
partials Newer required style 2016-07-22 01:33:55 -07:00
reports Add username and custom fields option to custom report 2016-08-02 15:04:10 -07:00
settings Allow admin to turn LDAP password sync off. 2016-08-04 14:29:28 -07:00
setup Added email domain, email format and username format to settings/setup form 2016-06-01 15:43:39 -07:00
statuslabels Added custom color to status labels, only show status labels if there are results 2016-08-02 13:25:50 -07:00
suppliers Fix exports (#2338) 2016-07-27 19:45:45 -07:00
users Fix for deleted users display 2016-08-02 04:45:48 -07:00
vendor Use custom maintenance middleware 2016-08-11 19:22:26 -07:00
dashboard.blade.php Added custom color to status labels, only show status labels if there are results 2016-08-02 13:25:50 -07:00
notifications.blade.php Translations and nicer formatting for login/password reset 2016-05-20 00:25:45 -07:00