You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some web ui improvements
+ fix beta label and use different labels for active and inactive packages
+ apply "beta" to package versions instead of packages
+ use green labels for active packages
+ use default (gray) label for inactive packages and add tooltip telling the package is inactive
+ update version date (cut microseconds)
+ fix unclosed span tag in package.html
Show packages without active versions (leftover of #106)
+ do not hide package in packages when there is no active version (Where is the debian-chroot package for DSM5.2? spksrc#5803)
+ remove obsolete TODOs
Fix webpage footer (fixes#116)
+ correct link for SynoCommunity members
<ahref="{{ url_for('nas.data', path=build.path) }}"><spanclass="label label-default" data-toggle="tooltip" title="Inactive: Manual installation only. This Package might be under development and have pending issues.">{{ build.firmware.version }} {{ arch.code }}</span></a>
Copy file name to clipboardExpand all lines: spkrepo/templates/layout.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,9 @@
90
90
91
91
<footerclass="footer" role="contentinfo">
92
92
<divclass="container">
93
-
<p>Powered by <ahref="https://github.com/Diaoul/spkrepo">spkrepo</a>.</p>
94
-
<p>Developed by <ahref="https://github.com/Diaoul">Antoine Bertin</a>.</p>
95
-
<p>Code licensed under <ahref="https://github.com/Diaoul/spkrepo/blob/master/LICENSE" target="_blank">MIT</a>.</p>
93
+
<p>Designed by Antoine Bertin.</p>
94
+
<p>Maintained by <ahref="https://github.com/orgs/SynoCommunity/people">SynoCommunity</a> with the help of <ahref="https://github.com/SynoCommunity/spksrc/graphs/contributors">contributors</a>.</p>
95
+
<p>Code licensed under <ahref="https://github.com/SynoCommunity/spkrepo/blob/master/LICENSE" target="_blank">MIT</a>.</p>
0 commit comments