Init empty project

This commit is contained in:
Simon Kobyda 2020-01-07 16:50:41 +01:00
parent d9a67b1f86
commit 3a5489ce00
10 changed files with 22 additions and 164 deletions

View file

@ -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>
);