Back to Cmak

PendingClusterList.Scala

app/views/cluster/pendingClusterList.scala.html

3.0.0.6483 B
Original Source

@* * Copyright 2015 Yahoo Inc. Licensed under the Apache License, Version 2.0 * See accompanying LICENSE file. *@ @(clusters: IndexedSeq[kafka.manager.model.ClusterConfig])(implicit messages: play.api.i18n.Messages, request:RequestHeader) @implicitFieldConstructor = @{ b4.vertical.fieldConstructor() } @if(clusters.nonEmpty) {

PendingStatusVersion
@for(cluster <- clusters) {@cluster.namepending changes
}
}