This is test 1 tab in settings inserted through provider

Code to add this tab

     pipSettingsProvider.addTab({
            state: 'test1',
            title: 'Test1 settings tab',
            auth: true,
            stateConfig: {
                url: '/test1',
                templateUrl: 'settings_tab.html'
            }
        });