mirror of
https://github.com/balkian/eestec.codeit.git
synced 2025-07-04 13:52:22 +00:00
Showing all repositories
This commit is contained in:
parent
ec63ee8279
commit
16fef16180
@ -14,16 +14,15 @@
|
||||
<input data-bind="value: title" />
|
||||
</li>
|
||||
</ul>
|
||||
<!--
|
||||
<ul data-bind="foreach: repos, visible: repos().length > 0">
|
||||
<li data-bind="text: url" />
|
||||
</li>
|
||||
</ul> -->
|
||||
<ul data-bind="foreach: stats.items">
|
||||
<li>
|
||||
<span data-bind="text: key"></span>
|
||||
<span data-bind="text: JSON.stringify(value())"></span>
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-bind="foreach: repos, visible: repos().length > 0">
|
||||
<li data-bind="text: url" />
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user