File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 24
24
box-shadow : $whiteframe-shadow-1dp ;
25
25
height : $toolbar-height-size-base ;
26
26
position : fixed ;
27
+ top : 0 ;
27
28
}
28
29
29
30
body {
Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
-->
16
16
17
- < md-dialog aria-label ="Create a new secret " layout ="column " layout-padding >
18
- < md-content layout-padding >
17
+ < md-dialog aria-label ="Create a new secret " layout ="column ">
18
+ < md-dialog- content layout-padding >
19
19
< h4 class ="md-title "> Create a new image pull secret</ h4 >
20
- < p > The new secret will be added to the cluster.</ p >
21
-
20
+ < div > The new secret will be added to the cluster.</ div >
22
21
< form name ="ctrl.secretForm " ng-submit ="ctrl.createSecret() " novalidate >
23
22
< kd-help-section >
24
23
< md-input-container class ="md-block " layout-wrap >
@@ -37,7 +36,6 @@ <h4 class="md-title">Create a new image pull secret</h4>
37
36
< a href =""> Learn more</ a >
38
37
</ kd-user-help >
39
38
</ kd-help-section >
40
-
41
39
< kd-help-section >
42
40
< md-input-container class ="md-block " layout-wrap >
43
41
< label > Image pull secret data</ label >
@@ -54,11 +52,10 @@ <h4 class="md-title">Create a new image pull secret</h4>
54
52
< a href =""> Learn more</ a >
55
53
</ kd-user-help >
56
54
</ kd-help-section >
57
-
58
55
< md-dialog-actions layout ="row ">
59
56
< md-button class ="md-primary " type ="submit "> Create</ md-button >
60
57
< md-button ng-click ="ctrl.cancel() "> Cancel</ md-button >
61
58
</ md-dialog-actions >
62
59
</ form >
63
- </ md-content >
60
+ </ md-dialog- content >
64
61
</ md-dialog >
You can’t perform that action at this time.
0 commit comments