mirror of https://github.com/linkerd/linkerd2.git
Add message to indicate /routes is not implemented (#77)
If someone clicks on Routes in the sidebar, the page appears to fail to load, but this endpoint is unimplemented. Add a message to indicate that.
This commit is contained in:
parent
9fca7e8b36
commit
13a62cb21b
|
@ -8,7 +8,8 @@ export default class Routes extends React.Component {
|
|||
<div className="page-header">
|
||||
<h1>Routes</h1>
|
||||
</div>
|
||||
<div>Coming soon!</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue