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

com.gu.management.IndexPage.scala Maven / Gradle / Ivy

The newest version!
package com.gu.management

case class IndexPage(pages: Seq[ManagementPage], applicationName: String, version: String) extends HtmlManagementPage {
  val path = "/management"
  val title = "Management Index"

  def body(r: HttpRequest) =
    
      
      

This page generated by guardian-management{ version }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy