debian-mirror-gitlab/qa/lib/gitlab/page/admin/dashboard.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
249 B
Ruby
Raw Normal View History

2021-11-18 22:05:49 +05:30
# frozen_string_literal: true
module Gitlab
module Page
module Admin
class Dashboard < Chemlab::Page
path '/admin'
h2 :users_in_license
h2 :billable_users
h3 :number_of_users
end
end
end
end