horizon/openstack_dashboard/static
Matt Borland eb60a8b287 Use absUrl, so WEBROOT isn't ignored on redirect
For the 'fall-through' condition for Angular routing, it will
simply redirect to the URL wanted.  Basically, Angular says: "If
I don't know this URL in my internal routing, it's outside the
single-page-app and needs to be pulled from the server."  However,
the code uses the general Angular path, which does NOT include
the base tag's prefix, meaning in a situation where WEBROOT is set
to other than '/' it will not include the base value, and route to
a non-WEBROOTed path.  Using absUrl correctly uses the full path.

Change-Id: Idbf91bd5913937788bf31bcf1d389c590dd3e2d7
Closes-Bug: 1597823
2016-06-30 10:17:46 -06:00
..
app Use absUrl, so WEBROOT isn't ignored on redirect 2016-06-30 10:17:46 -06:00
dashboard Added correct cursor to components without the href attribute 2016-06-28 13:38:36 +01:00