forked from DevScope/azure-accelerator-reverse-proxy
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
98 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
AzureWebFarm.ControlPanel/Areas/ControlPanel/Views/Binding/Edit.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@using AzureWebFarm.ControlPanel.Areas.ControlPanel.Controllers | ||
@using ChameleonForms.Templates.TwitterBootstrap3 | ||
@model EditBindingViewModel | ||
|
||
<h1>Create Binding</h1> | ||
|
||
@using (var f = Html.BeginChameleonForm()) | ||
{ | ||
using (var s = f.BeginSection()) | ||
{ | ||
@s.FieldFor(m => m.HostName) | ||
@s.FieldFor(m => m.IpAddress) | ||
@s.FieldFor(m => m.Port) | ||
@s.FieldFor(m => m.Protocol) | ||
@s.FieldFor(m => m.CertificateThumbprint) | ||
} | ||
|
||
using (var n = f.BeginNavigation()) | ||
{ | ||
@n.Submit("Edit").WithStyle(EmphasisStyle.Primary).WithIcon("cloud-upload") | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
429b96f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity AzureWebFarm :: Continuous Integration Build 103 is now running
429b96f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity AzureWebFarm :: Continuous Integration Build 1.0.0-beta.1+68 outcome was FAILURE
Summary: Tests passed: 67; exit code 1 (new) Build time: 0:0:0
429b96f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity AzureWebFarm :: Continuous Integration Build 104 is now running
429b96f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity AzureWebFarm :: Continuous Integration Build 1.0.0-PullRequest.17+69 outcome was FAILURE
Summary: Tests failed: 1 (1 new), passed: 66 Build time: 0:0:0
Failed tests