]> git.ipfire.org Git - pbs.git/commitdiff
web: packages: Update files listing
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2022 12:24:59 +0000 (12:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2022 12:24:59 +0000 (12:24 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/packages/show.html

index 3993dbadb69039bf5dc5c61e1983825e6c3d7c4c..c937907c855f524cc407d1342bd1babfcfd5bfbb 100644 (file)
@@ -33,7 +33,7 @@
 
        {% module PackageDependencies(package) %}
 
-       {% if package.filelist %}
+       {% if package.files %}
                <div class="row">
                        <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
                                <h3 style="word-wrap: break-word;">
@@ -44,7 +44,7 @@
 
                <div class="row">
                        <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
-                               {% module PackageFilesTable(package, package.filelist) %}
+                               {% module PackageFilesTable(package, package.files) %}
                        </div>
                </div>
        {% end %}