diff options
Diffstat (limited to 'ecomp-portal-FE-os/client/src/views/applications/applications.tpl.html')
-rw-r--r-- | ecomp-portal-FE-os/client/src/views/applications/applications.tpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-portal-FE-os/client/src/views/applications/applications.tpl.html b/ecomp-portal-FE-os/client/src/views/applications/applications.tpl.html index edded4bb..fa61e554 100644 --- a/ecomp-portal-FE-os/client/src/views/applications/applications.tpl.html +++ b/ecomp-portal-FE-os/client/src/views/applications/applications.tpl.html @@ -42,7 +42,7 @@ <table> <thead b2b-table-row type="header"> <th b2b-table-header id="col1" sortable="false" >Thumbnail</th> - <th b2b-table-header id="col2" key="name" sortable="true" >Application Name</th> + <th b2b-table-header id="col2" key="name" sortable="true" default-sort="a">Application Name</th> <th b2b-table-header id="col3" sortable="false" >Active?</th> <th b2b-table-header id="col4" sortable="false" >Integration Type</th> <th b2b-table-header id="col5" sortable="false" >Guest Access</th> @@ -78,4 +78,4 @@ </div> </div> </div> -</div>
\ No newline at end of file +</div> |