Init empty project
This commit is contained in:
parent
d9a67b1f86
commit
3a5489ce00
10 changed files with 22 additions and 164 deletions
|
|
@ -34,11 +34,13 @@ export class Application extends React.Component {
|
|||
}
|
||||
|
||||
render() {
|
||||
const path = getRequests();
|
||||
|
||||
return (
|
||||
<div className="container-fluid">
|
||||
<h2>Starter Kit</h2>
|
||||
<h2>Certificates</h2>
|
||||
<p>
|
||||
{ cockpit.format(_("Running on $0"), this.state.hostname) }
|
||||
{ cockpit.format(_("Running on $0"), path) }
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue