mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Add report issue link
This commit is contained in:
1611
app/static.go
1611
app/static.go
File diff suppressed because it is too large
Load Diff
@@ -74,7 +74,10 @@ const App = React.createClass({
|
||||
<Nodes nodes={this.state.nodes} highlightedNodeIds={this.state.highlightedNodeIds}
|
||||
highlightedEdgeIds={this.state.highlightedEdgeIds} />
|
||||
|
||||
<div className="footer">{versionString}</div>
|
||||
<div className="footer">
|
||||
{versionString}
|
||||
<a href="https://gitreports.com/issue/weaveworks/scope" target="_blank">Report an issue</a>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -63,6 +63,14 @@ body {
|
||||
z-index: 20;
|
||||
color: @text-tertiary-color;
|
||||
font-size: 85%;
|
||||
|
||||
a {
|
||||
color: @text-secondary-color;
|
||||
|
||||
&:hover {
|
||||
color: @text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
||||
Reference in New Issue
Block a user