mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
removing some old portal mode code that's unused
while auditing Tower strings
This commit is contained in:
9
awx/ui/client/lib/services/app.strings.js
Normal file
9
awx/ui/client/lib/services/app.strings.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// The purpose of this file is to instantiate the BaseStringService
|
||||
// for app-wide usage.
|
||||
function AppStrings (BaseString) {
|
||||
BaseString.call(this, 'app');
|
||||
}
|
||||
|
||||
AppStrings.$inject = ['BaseStringService'];
|
||||
|
||||
export default AppStrings;
|
||||
Reference in New Issue
Block a user