mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 02:57:10 +02:00
fix indentation in log html
This commit is contained in:
parent
33923805e0
commit
fcf1cdefa0
1 changed files with 18 additions and 23 deletions
|
@ -6,7 +6,6 @@
|
|||
<link rel="stylesheet" type="text/css" href="log.css"></link>
|
||||
</head>
|
||||
<body onload="ready()">
|
||||
|
||||
<div class="search">
|
||||
<input id="search-input" placeholder="filter" />
|
||||
</div>
|
||||
|
@ -17,12 +16,8 @@
|
|||
</ul>
|
||||
|
||||
<div class="tab-content bottom">
|
||||
<div class="tab-pane" id="domain-server">
|
||||
</div>
|
||||
<div class="tab-pane" id="assignment-client">
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" id="domain-server"></div>
|
||||
<div class="tab-pane" id="assignment-client"><div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue