@* * Made with all the love in the world * by scireum in Remshalden, Germany * * Copyright by scireum GmbH * http://www.scireum.de - info@scireum.de *@ @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
}
@i18n("NLS.refresh")
@if(buckets.isEmpty()) { } @for(ninja.Bucket bucket : buckets) { }
Bucket
No buckets found...
@bucket.getName() @if(bucket.isPrivate()) {
private }
@i18n("NLS.delete")