Job Events detail page starting to work.

This commit is contained in:
chouseknecht
2013-05-20 00:05:26 -04:00
committed by chouseknecht
parent 0bd576de62
commit 3d3782fcee
17 changed files with 205 additions and 60 deletions

View File

@@ -55,7 +55,7 @@ angular.module('CredentialsListDefinition', [])
ngClick: "editCredential(\{\{ credential.id \}\})",
icon: 'icon-edit',
class: 'btn-mini',
awToolTip: 'Edit credential'
awToolTip: 'View/Edit credential'
},
delete: {