diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml index 31d685d2b..0379c53ab 100644 --- a/modules/monitoring/application/views/scripts/list/comments.phtml +++ b/modules/monitoring/application/views/scripts/list/comments.phtml @@ -51,7 +51,7 @@ null, array( 'data-base-target' => '_next', - 'class' => 'pull-right show-more' + 'class' => 'pull-right action-link' ) ); ?> diff --git a/modules/monitoring/application/views/scripts/list/contacts.phtml b/modules/monitoring/application/views/scripts/list/contacts.phtml index 110b1fbbf..a8709688e 100644 --- a/modules/monitoring/application/views/scripts/list/contacts.phtml +++ b/modules/monitoring/application/views/scripts/list/contacts.phtml @@ -75,7 +75,7 @@ null, array( 'data-base-target' => '_next', - 'class' => 'pull-right show-more' + 'class' => 'pull-right action-link' ) ); ?> diff --git a/modules/monitoring/application/views/scripts/list/downtimes.phtml b/modules/monitoring/application/views/scripts/list/downtimes.phtml index 2b4c10c6d..023c73ace 100644 --- a/modules/monitoring/application/views/scripts/list/downtimes.phtml +++ b/modules/monitoring/application/views/scripts/list/downtimes.phtml @@ -55,7 +55,7 @@ if (! $this->compact): ?> null, array( 'data-base-target' => '_next', - 'class' => 'pull-right show-more' + 'class' => 'pull-right action-link' ) ); ?> diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index b30b651ff..b3aebd043 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -120,7 +120,7 @@ if (! $this->compact): ?> null, array( 'data-base-target' => '_next', - 'class' => 'pull-right show-more' + 'class' => 'pull-right action-link' ) ); ?> diff --git a/modules/monitoring/application/views/scripts/list/hostgroups.phtml b/modules/monitoring/application/views/scripts/list/hostgroups.phtml index ee808e22e..3e4a8f216 100644 --- a/modules/monitoring/application/views/scripts/list/hostgroups.phtml +++ b/modules/monitoring/application/views/scripts/list/hostgroups.phtml @@ -276,7 +276,7 @@ if (! $this->compact): ?> null, array( 'data-base-target' => '_next', - 'class' => 'pull-right show-more' + 'class' => 'pull-right action-link' ) ) ?> diff --git a/modules/monitoring/application/views/scripts/list/notifications.phtml b/modules/monitoring/application/views/scripts/list/notifications.phtml index e31571863..34faeb1f0 100644 --- a/modules/monitoring/application/views/scripts/list/notifications.phtml +++ b/modules/monitoring/application/views/scripts/list/notifications.phtml @@ -87,7 +87,7 @@ if (! $this->compact): ?> null, array( 'data-base-target' => '_next', - 'class' => 'pull-right show-more' + 'class' => 'pull-right action-link' ) ); ?> diff --git a/modules/monitoring/application/views/scripts/list/servicegroups.phtml b/modules/monitoring/application/views/scripts/list/servicegroups.phtml index 4c9ecc3a0..5363bac35 100644 --- a/modules/monitoring/application/views/scripts/list/servicegroups.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegroups.phtml @@ -170,7 +170,7 @@ if (! $this->compact): ?> null, array( 'data-base-target' => '_next', - 'class' => 'pull-right show-more' + 'class' => 'pull-right action-link' ) ) ?>