All Downloads are FREE. Search and download functionalities are using the official Maven repository.

view.bucket.html Maven / Gradle / Ivy

There is a newer version: 2.7
Show newest version
@*
 *  Made with all the love in the world
 *  by scireum in Remshalden, Germany
 *
 *  Copyright by scireum GmbH
 *  http://www.scireum.de - [email protected]
 *@
@args ninja.Bucket bucket
@extends(view.main.html, title: bucket.getName())

@section(sidebar) {
    
} @section(header) {

@bucket.getName()

Private buckets can only be accessed using proper API keys. Public buckets can be accessed by anyone.

}
@if (bucket.isPrivate()) { Make Public } else { Make Private }
@if(bucket.getObjects().isEmpty()) { } @for(ninja.StoredObject obj : bucket.getObjects()) { }
Object
No objects found...
@obj.getName()
@obj.getSize()@obj.getLastModified()
@i18n("NLS.delete")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy