Commit Graph
20 Commits
Author SHA1 Message Date
gconsidine 637fb8fe27 Add basic component functionality 2017-06-12 09:53:11 -04:00
gconsidine cba4237859 Add component dir 2017-06-12 09:53:11 -04:00
gconsidine 9a669d7350 Align moment and lodash deps with what's in dependent packages 2017-06-06 11:00:51 -04:00
gconsidine 437121f9cc Update dependencies to be able to regen npm-shrinkwrap 2017-06-06 10:08:24 -04:00
gconsidine da0a721a2d Add dropdown li truncation with ellipsis
Display the full text on hover by expanding the list item
container.
2017-04-18 12:07:18 -04:00
gconsidine 7f84a58bd2 Fix layout/padding and font sizing 2017-04-17 13:48:47 -04:00
gconsidine 6c06344fdb Fix permission modal in team settings
A GET request is made to check permissions on job templates, workflow
templates, inventories, etc. With a basic license, the workflow
template request returns a 402. The logic in place accounted for
500-ish errors and 200s. Now if a 402 response is returned, it's
excluded from the UI without affecting the other successful responses.
2017-04-17 11:22:03 -04:00
gconsidine 3db3fb28d6 Add padding for list action buttons 2017-04-11 17:07:39 -04:00
gconsidine 810e015ac3 Fix padding/margin related issues throughout 2017-04-11 13:42:09 -04:00
gconsidine c287c4797e Fix minor UX/UI form inconsistencies across project 2017-04-10 15:12:32 -04:00
gconsidine a6dabae53c Update UX for the dashboard/home view 2017-04-06 15:07:05 -04:00
gconsidine 33330593f7 Update layout, padding, and margins to match UX guidelines 2017-04-04 17:43:13 -04:00
gconsidine 6204d263a4 Add class to prevent form input overlap 2017-04-04 14:46:04 -04:00
gconsidine 3f761d52f6 Add checkbox in different position in form generator 2017-04-04 11:42:23 -04:00
gconsidine fcd899d7bc Fix issue preventing inventory groups from loading
A conditional was in place to check if a URL included the base path,
if so, it was supposed to use the URL as-is, otherwise it should get
the URL by referencing a property in an object containing default
URLs.

The conditional checked only for 'api/v1'. Since we're at v2, the
check failed eventually resulting in a `replace` call on an
undefined value.  I replaced the conditional to pattern match
api/v*/ instead.
2017-04-04 10:29:04 -04:00
gconsidine 480772f5bc Remove unneeded attribute 2017-04-03 15:37:49 -04:00
gconsidine 65c62b6179 Fix cut off containers in license configuration 2017-04-03 11:38:57 -04:00
gconsidine 89c01475f5 Add display of multi-select options in survey preview 2017-03-30 17:15:16 -04:00
gconsidine 5f5a91a72c Add toggle-able dropdown for workflow key 2017-03-30 10:38:56 -04:00
gconsidine 7ba47eadca Move "prompt on launch" checkbox to above input 2017-03-29 15:12:34 -04:00