Commit Graph

21 Commits

Author SHA1 Message Date
Michael Lange
ae6658dd94 Handle 404s for agents 2017-10-05 14:39:37 -07:00
Michael Lange
1e9b607730 Handle 404s on nodes 2017-10-05 14:39:37 -07:00
Michael Lange
1e817cb35b Handle 404s on jobs 2017-10-05 14:39:37 -07:00
Michael Lange
cb5d220432 Style error pages 2017-10-05 14:39:37 -07:00
Michael Lange
5379ca241a Handle errors in the application route
This is the only way to preserve the URL in all cases.
2017-10-05 14:39:06 -07:00
Michael Lange
c988de30c5 Empty state for allocations search on task group detail 2017-10-02 12:44:07 -07:00
Michael Lange
945cb3f03e Empty states for servers 2017-09-29 19:20:28 -07:00
Michael Lange
7cae2e92f2 Empty states for clients 2017-09-29 18:33:57 -07:00
Michael Lange
080ebec708 Add empty states to the job list page 2017-09-29 17:41:29 -07:00
Michael Lange
b7e97817d7 Expose the token service in all templates for convenience 2017-09-29 17:41:29 -07:00
Michael Lange
c86d50d15d Merge pull request #3287 from hashicorp/b-ui-firefox-styles
Fix style discrepancies in Firefox
2017-09-29 11:38:50 -07:00
Michael Lange
1ca9c74fe0 Merge pull request #3280 from hashicorp/b-ui-links-in-tables
Links in table rows should get click priority over table rows
2017-09-29 09:37:18 -07:00
Michael Lange
1b23849d69 Align the spacer between right-hand nav items
Firefox doesn't assume vertical centering in this case like chrome and
safari do.
2017-09-26 17:25:55 -07:00
Michael Lange
4fdda949f1 Use an absolute positioning for narrow chart
translateY(-50%) doesn't work on svg elements in firefox, apparently?
2017-09-26 17:18:52 -07:00
Michael Lange
496b037444 Rerender the distribution chart when the window resizes 2017-09-26 17:18:22 -07:00
Michael Lange
2536812403 Scroll to the top of the page on transition. Like a normal website. 2017-09-26 16:43:34 -07:00
Michael Lange
5c5de58b8f Fix the links in table rows bug
Click events were greedily redirecting to the resource pages instead
of first yielding to the anchor tag clicked if an anchor tag was in
fact clicked.
2017-09-26 11:59:42 -07:00
Michael Lange
7dc62aec37 Migrate tests over to native helpers as much as possible 2017-09-26 11:59:41 -07:00
Michael Lange
9235cf6748 Switch to native dom helpers 2017-09-26 11:59:41 -07:00
Michael Lange
bffdc874ff Demonstrate link in action table row bug 2017-09-26 11:59:41 -07:00
Alex Dadgar
ddc2efa4ac sync 2017-09-19 10:08:23 -05:00