mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
No more changelog, c.f. change in tools_update
This commit is contained in:
parent
0de5eed457
commit
9367e21b8a
2 changed files with 1 additions and 3 deletions
|
@ -52,7 +52,6 @@
|
|||
var packagesLength = data.packages.length;
|
||||
for(var i = 0; i < packagesLength; i++) {
|
||||
data.packages[i].delayed = false;
|
||||
data.packages[i].changelog = data.packages[i].changelog.replace(/\n/g, '<br />');
|
||||
|
||||
// Check for special packages that need delayed upgrade.
|
||||
if (["moulinette", "yunohost", "yunohost-admin", "ssowat", "python"].indexOf(data.packages[i].name) != -1) {
|
||||
|
|
|
@ -19,9 +19,8 @@
|
|||
</span>
|
||||
{{/if}}
|
||||
<h3 class="list-group-item-heading">
|
||||
<a data-toggle="collapse" href="#changelog-package-{{@index}}">{{name}}</a> <small>{{fullname}}</small>
|
||||
{{name}} <small>{{fullname}}</small>
|
||||
</h3>
|
||||
<p id="changelog-package-{{@index}}" class="list-group-item-text collapse">{{{changelog}}}</p>
|
||||
</div>
|
||||
{{/packages}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue