Update dependencies and configurations

This commit is contained in:
RainLoop Team 2019-06-29 03:17:29 +03:00
parent dbbc83e4c8
commit a1562e7145
18 changed files with 732 additions and 633 deletions

View file

@ -5,7 +5,7 @@
<div class="span4">
<div class="rl-logo"></div>
<div style="margin-left: 30px;">
2018 &copy; <span data-i18n="TAB_ABOUT/LABEL_ALL_RIGHTS_RESERVED"></span>
2019 &copy; <span data-i18n="TAB_ABOUT/LABEL_ALL_RIGHTS_RESERVED"></span>
<br />
<a class="g-ui-link" href="http://www.rainloop.net/" target="_blank" style="padding-left: 0">http://rainloop.net/</a>
</div>

View file

@ -8,9 +8,11 @@
<td class="package-version-parent">
<span class="package-version" data-bind="text: version"></span>
</td>
<!--
<td class="package-release-parent">
<span class="package-release" data-bind="text: release"></span>
</td>
-->
<td class="package-actions-parent">
<i class="icon-download e-action button-download" data-bind="visible: !loading() && canBeUpdated, click: function () { $root.installPackage($data); }"></i>
&nbsp;

View file

@ -2,7 +2,7 @@
<colgroup>
<col />
<col style="width: 100px" />
<col style="width: 100px" />
<!-- <col style="width: 100px" /> -->
<col style="width: 80px" />
</colgroup>
<tbody data-bind="template: { name: 'AdminSettingsPackagesListItem', foreach: f }"></tbody>