+ @if ( Countersoft.Gemini.GeminiApp.LicenseSummary.IsGeminiTrial() || Countersoft.Gemini.GeminiApp.GeminiLicense.IsFree )
+ {
+
+
+

+
+ }
+
+ @if ( Model.NoOAuthClient )
+ {
+
+ No OAuth clients configured. Please
configure Configuration | System | Authentications | OAuth
+
+ }
+
+ else
+ {
+
+ }
+
+
+
+
+
\ No newline at end of file
diff --git a/TFSAzurePicker/views/items.cshtml b/TFSAzurePicker/views/items.cshtml
new file mode 100644
index 0000000..ce76fed
--- /dev/null
+++ b/TFSAzurePicker/views/items.cshtml
@@ -0,0 +1,78 @@
+@using System.Web.Mvc.Html;
+@using Countersoft.Gemini.Models;
+@using Countersoft.Gemini;
+@using System.Linq;
+@using System.Web;
+@using TFSPicker;
+@using TFSAzurePicker;
+@model Dictionary