@@ -113,10 +113,10 @@ const TolerationsModal = withHandlePromise((props: TolerationsModalProps) => {
113
113
) : (
114
114
< >
115
115
< div className = "row toleration-modal__heading hidden-sm hidden-xs" >
116
- < div className = "col-md-4 text-secondary text-uppercase " > { t ( 'public~Key' ) } </ div >
117
- < div className = "col-md-2 text-secondary text-uppercase " > { t ( 'public~Operator' ) } </ div >
118
- < div className = "col-md-3 text-secondary text-uppercase " > { t ( 'public~Value' ) } </ div >
119
- < div className = "col-md-2 text-secondary text-uppercase " > { t ( 'public~Effect' ) } </ div >
116
+ < div className = "col-md-4 text-secondary" > { t ( 'public~Key' ) } </ div >
117
+ < div className = "col-md-2 text-secondary" > { t ( 'public~Operator' ) } </ div >
118
+ < div className = "col-md-3 text-secondary" > { t ( 'public~Value' ) } </ div >
119
+ < div className = "col-md-2 text-secondary" > { t ( 'public~Effect' ) } </ div >
120
120
< div className = "col-md-1" />
121
121
</ div >
122
122
{ _ . map ( tolerations , ( toleration , i ) => {
@@ -126,7 +126,7 @@ const TolerationsModal = withHandlePromise((props: TolerationsModalProps) => {
126
126
return (
127
127
< div className = "row toleration-modal__row" key = { i } >
128
128
< div className = "col-md-4 col-sm-5 col-xs-5 toleration-modal__field" >
129
- < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary text-uppercase " >
129
+ < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary" >
130
130
{ t ( 'public~Key' ) }
131
131
</ div >
132
132
< span
@@ -143,7 +143,7 @@ const TolerationsModal = withHandlePromise((props: TolerationsModalProps) => {
143
143
</ span >
144
144
</ div >
145
145
< div className = "col-md-2 col-sm-5 col-xs-5 toleration-modal__field" >
146
- < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary text-uppercase " >
146
+ < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary" >
147
147
{ t ( 'public~Operator' ) }
148
148
</ div >
149
149
{ isEditable ( toleration ) ? (
@@ -163,7 +163,7 @@ const TolerationsModal = withHandlePromise((props: TolerationsModalProps) => {
163
163
</ div >
164
164
< div className = "clearfix visible-sm visible-xs" />
165
165
< div className = "col-md-3 col-sm-5 col-xs-5 toleration-modal__field" >
166
- < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary text-uppercase " >
166
+ < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary" >
167
167
{ t ( 'public~Value' ) }
168
168
</ div >
169
169
< span
@@ -180,7 +180,7 @@ const TolerationsModal = withHandlePromise((props: TolerationsModalProps) => {
180
180
</ span >
181
181
</ div >
182
182
< div className = "col-md-2 col-sm-5 col-xs-5 toleration-modal__field" >
183
- < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary text-uppercase " >
183
+ < div className = "toleration-modal__heading hidden-md hidden-lg text-secondary" >
184
184
{ t ( 'public~Effect' ) }
185
185
</ div >
186
186
{ isEditable ( toleration ) ? (
0 commit comments