linkerd2/web/app
Risha Mars 269714ab35
Re-add sidebar links to individual resource pages (#1191)
Add Sidebar links to Pods, Deployments, and Replication Controllers

In #1016 we removed the sidebar links to individual resource pages in favour of a namespace
page that lists all resources. These resource pages require no additional code so they're still 
in our UI (accessible under /pods, /deployments etc), just not easily findable. I find them 
useful to check when in development mode, or when debugging something, so I'd like to 
re-add links.

If we don't want them in permanently, we can gate them behind `NODE_ENV=development`
2018-06-25 14:37:16 -07:00
..
css Re-add sidebar links to individual resource pages (#1191) 2018-06-25 14:37:16 -07:00
img Make the sidebar icon based and collapsed by default (#897) 2018-05-08 12:30:05 -07:00
js Re-add sidebar links to individual resource pages (#1191) 2018-06-25 14:37:16 -07:00
test Don't allow stat requests for named resources in --all-namespaces (#1163) 2018-06-20 12:59:31 -07:00
.babelrc Update babel to use `env` and `react-app` as presets. (#976) 2018-05-22 17:17:44 -07:00
.eslintrc Add propType validation (#993) 2018-05-30 17:26:05 -07:00
karma.conf.js Add javascript tests (#45) 2017-12-14 15:12:26 -08:00
package.json Upgrade to webpack 4 and webpack-dev-server 3 (#1138) 2018-06-18 14:38:38 -07:00
postcss.config.js Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
webpack.config.js Upgrade to webpack 4 and webpack-dev-server 3 (#1138) 2018-06-18 14:38:38 -07:00
yarn.lock Upgrade to webpack 4 and webpack-dev-server 3 (#1138) 2018-06-18 14:38:38 -07:00