Browse Source

Maintenance: Cleanup unused generic admin index attributes

Mantas 1 year ago
parent
commit
b4a20ff657

+ 0 - 2
app/assets/javascripts/app/controllers/_application_controller/_generic_index.coffee

@@ -105,9 +105,7 @@ class App.ControllerGenericIndex extends App.Controller
 
       @html App.view('generic/admin/index')(
         head:            @pageData.objects
-        notes:           @pageData.notes
         buttons:         @pageData.buttons
-        menus:           @pageData.menus
         subHead:         @pageData.subHead
         showDescription: showDescription
       )

+ 0 - 1
app/assets/javascripts/app/controllers/_integration/ldap.coffee

@@ -23,7 +23,6 @@ class Ldap extends App.ControllerIntegrationBase
         object: __('Source')
         objects: __('Sources')
         navupdate: '#system/integration/ldap'
-        notes: []
         buttons: [
           { name: __('New Source'), 'data-type': 'new', class: 'btn--success' }
         ]

+ 0 - 3
app/assets/javascripts/app/controllers/core_workflow.coffee

@@ -20,9 +20,6 @@ class CoreWorkflow extends App.ControllerSubContent
         pagerSelected: ( @page || 1 )
         pagerPerPage: 150
         navupdate: '#core_workflow'
-        notes: [
-          __('Core Workflows are actions or constraints on selections in forms. Depending on an action, it is possible to hide or restrict fields or to change the obligation to fill them in.')
-        ]
         buttons: [
           { name: __('New Workflow'), 'data-type': 'new', class: 'btn--success' }
         ]

+ 0 - 3
app/assets/javascripts/app/controllers/job.coffee

@@ -18,9 +18,6 @@ class Job extends App.ControllerSubContent
         pagerSelected: ( @page || 1 )
         pagerPerPage: 150
         navupdate: '#Jobs'
-        notes: [
-          __('Schedulers are …')
-        ]
         buttons: [
           { name: __('New Scheduler'), 'data-type': 'new', class: 'btn--success' }
         ]

+ 0 - 3
app/assets/javascripts/app/controllers/macro.coffee

@@ -18,9 +18,6 @@ class Macro extends App.ControllerSubContent
         pagerSelected: ( @page || 1 )
         pagerPerPage: 150
         navupdate: '#macros'
-        notes: [
-          __('Text modules are …')
-        ]
         buttons: [
           { name: __('New Macro'), 'data-type': 'new', class: 'btn--success' }
         ]

+ 0 - 3
app/assets/javascripts/app/controllers/organization.coffee

@@ -23,9 +23,6 @@ class Organization extends App.ControllerSubContent
         pagerSelected: ( @page || 1 )
         pagerPerPage: 150
         navupdate: '#organizations'
-        notes: [
-          __('Agent and customer users can be grouped into organizations.')
-        ]
         buttons: [
           { name: __('Import'), 'data-type': 'import', class: 'btn' }
           { name: __('New Organization'), 'data-type': 'new', class: 'btn--success' }

+ 0 - 3
app/assets/javascripts/app/controllers/overview.coffee

@@ -20,9 +20,6 @@ class Overview extends App.ControllerSubContent
         object: __('Overview')
         objects: __('Overviews')
         navupdate: '#overviews'
-        notes: [
-          __('Overviews are …')
-        ]
         buttons: [
           { name: __('New Overview'), 'data-type': 'new', class: 'btn--success' }
         ]

+ 0 - 3
app/assets/javascripts/app/controllers/public_link.coffee

@@ -14,9 +14,6 @@ class PublicLink extends App.ControllerSubContent
         object: __('Public Link')
         objects: __('Public Links')
         navupdate: '#public_links'
-        notes: [
-          __('Public Links are …')
-        ]
         buttons: [
           { name: __('New Public Link'), 'data-type': 'new', class: 'btn--success' }
         ]

+ 0 - 3
app/assets/javascripts/app/controllers/report_profile.coffee

@@ -18,9 +18,6 @@ class ReportProfile extends App.ControllerSubContent
         pagerSelected: ( @page || 1 )
         pagerPerPage: 150
         navupdate: '#report_profiles'
-        notes: [
-#          'Report Profile are ...'
-        ]
         buttons: [
           { name: __('New Profile'), 'data-type': 'new', class: 'btn--success' }
         ]

+ 0 - 3
app/assets/javascripts/app/controllers/template.coffee

@@ -18,9 +18,6 @@ class Template extends App.ControllerSubContent
         pagerSelected: ( @page || 1 )
         pagerPerPage: 150
         navupdate: '#templates'
-        notes: [
-          __('Text modules are …')
-        ]
         buttons: [
           { name: __('New Template'), 'data-type': 'new', class: 'btn--success' }
         ]

Some files were not shown because too many files changed in this diff