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

view.index.html Maven / Gradle / Ivy

The 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 List buckets, String baseUrl, String accessKey, String secretKey
@extends(view.main.html, title: "Start")


@section(sidebar) {
        
Storage Path
@baseUrl
Access Key
@accessKey
Secret Key
@secretKey
} @if(buckets.isEmpty()) { } @for(ninja.Bucket bucket : buckets) { }
Bucket
No buckets found...
@bucket.getName() @if(bucket.isPrivate()) {
private }
@i18n("NLS.delete")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy