Sha256: 19c1cbe253670f7843d3a5dbf412fdd71e2181d84477fe33a8e56e768cbb6c49

Contents?: true

Size: 492 Bytes

Versions: 15

Compression:

Stored size: 492 Bytes

Contents

if (typeof(angular) !== 'undefined') {
  angular.module('Bastion.components').config([ '$provide', function($provide) {
    $provide.decorator('PageTitle', [
      '$delegate',
      function ($delegate) {
        var originalSetTitle = $delegate.setTitle;
        $delegate.setTitle = function themeSetTitle(title, locals) {
          title = 'Red Hat Satellite - ' + title;
          originalSetTitle.apply($delegate, arguments)
        }
        return $delegate;
      }
    ]);
  }]);
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
foreman_theme_satellite-14.2.0 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.3.3 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-14.1.0 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.3.2 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.3.1 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-14.0.1 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-14.0.0 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.3.0 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.2.5 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.2.4 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.2.3 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.2.2 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.2.1 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.2.0 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
foreman_theme_satellite-13.1.0 app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js