Source code for horizon.test.test_dashboards.cats.tigers.panel

from horizon.test.test_dashboards.cats import dashboard


class Tigers(horizon.Panel):
    name = "Tigers"
[docs] slug = "tigers" permissions = ("horizon.test",) dashboard.Cats.register(Tigers)