Differences From Artifact [fc64535f26]:
- File build/chrome/ui.html — part of check-in [e5e8b9f32b] at 2016-02-19 14:11:35 on branch trunk — ChromeOS: Added the start of a UI (user: rkeene, size: 102) [annotate] [blame] [check-ins using]
To Artifact [b2f6c09e6c]:
- File build/chrome/ui.html — part of check-in [981bf08de7] at 2016-02-26 21:05:41 on branch trunk — ChromeOS: Provide a more informative UI page, even if it just says not to open it (user: rkeene, size: 398) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + + + + + | <html> <head> <title>CACKey</title> </head> <body> <h1>CACKey for Chrome</h1> <div>Currently there is no UI for this application</div> <div> CACKey provides certificates to Chrome without further user interaction. You may have to open the "Smartcard Manager App" or "Smartcard Connector" application and select an appropriate USB smartcard reader. </div> </body> </html> |