Source code for horizon.test.test_dashboards.cats.kittens.panel
from horizon.test.test_dashboards.cats import dashboard
class Kittens(horizon.Panel):
name = "Kittens"
[docs] slug = "kittens"
permissions = ("horizon.test",)
dashboard.Cats.register(Kittens)