Class: Railswatch::Widgets::GrapeRequestsTable
- Inherits:
-
Table
- Object
- Base
- Table
- Railswatch::Widgets::GrapeRequestsTable
show all
- Defined in:
- lib/railswatch/widgets/grape_requests_table.rb
Instance Attribute Summary
Attributes inherited from Base
#datasource
Instance Method Summary
collapse
Methods inherited from Table
#auto_update_interval, #table_id, #to_partial_path
Methods inherited from Base
#initialize, #to_partial_path
Instance Method Details
#content_partial_path ⇒ Object
26
27
28
|
# File 'lib/railswatch/widgets/grape_requests_table.rb', line 26
def content_partial_path
'railswatch/railswatch/grape_requests_table_content'
end
|
#empty_message ⇒ Object
14
15
16
|
# File 'lib/railswatch/widgets/grape_requests_table.rb', line 14
def empty_message
'Nothing to show here. Try to make a few requests in the main app.'
end
|
#show_export? ⇒ Boolean
18
19
20
|
# File 'lib/railswatch/widgets/grape_requests_table.rb', line 18
def show_export?
false
end
|
#table_classes ⇒ Object
22
23
24
|
# File 'lib/railswatch/widgets/grape_requests_table.rb', line 22
def table_classes
'table is-fullwidth is-hoverable is-narrow'
end
|