|
50 | 50 | </div> |
51 | 51 |
|
52 | 52 | <hr class="my-3" /> |
53 | | - <p class="is-size-6 has-text-weight-semibold">Oci Data Retrieve Job</p> |
| 53 | + <p class="is-size-6 has-text-weight-semibold">Cloud Advisors</p> |
54 | 54 |
|
55 | 55 | <div class="columns is-multiline"> |
56 | | - <div class="column is-one-quarter"> |
| 56 | + <div class="column is-2"> |
57 | 57 | <div class="field"> |
58 | 58 | <label |
59 | | - v-html="highlight(ThunderServiceLabels[4])" |
| 59 | + v-html="highlight(APIServiceLabels[21])" |
60 | 60 | class="label is-small" |
61 | 61 | /> |
62 | | - <CustomInput v-model="ThunderService.OciDataRetrieveJob.Crontab" /> |
| 62 | + <CustomRadio |
| 63 | + v-model="APIService.EnableOciMenu" |
| 64 | + :options="trueOrFalseOptions" |
| 65 | + /> |
63 | 66 | </div> |
64 | 67 | </div> |
65 | | - <div class="column is-one-quarter"> |
| 68 | + |
| 69 | + <div class="column is-2"> |
66 | 70 | <div class="field"> |
67 | 71 | <label |
68 | | - v-html="highlight(ThunderServiceLabels[5])" |
| 72 | + v-html="highlight(APIServiceLabels[22])" |
69 | 73 | class="label is-small" |
70 | 74 | /> |
71 | | - <CustomInput |
72 | | - v-model="ThunderService.OciDataRetrieveJob.DaysThreshold" |
73 | | - inputType="number" |
| 75 | + <CustomRadio |
| 76 | + v-model="APIService.EnableAwsMenu" |
| 77 | + :options="trueOrFalseOptions" |
74 | 78 | /> |
75 | 79 | </div> |
76 | 80 | </div> |
77 | | - <div class="column is-one-quarter"> |
| 81 | + |
| 82 | + <div class="column is-2"> |
78 | 83 | <div class="field"> |
79 | 84 | <label |
80 | | - v-html="highlight(ThunderServiceLabels[6])" |
| 85 | + v-html="highlight(APIServiceLabels[23])" |
81 | 86 | class="label is-small" |
82 | 87 | /> |
83 | 88 | <CustomRadio |
84 | | - v-model="ThunderService.OciDataRetrieveJob.RunAtStartup" |
| 89 | + v-model="APIService.EnableGcpMenu" |
85 | 90 | :options="trueOrFalseOptions" |
86 | 91 | /> |
87 | 92 | </div> |
88 | 93 | </div> |
89 | 94 | </div> |
90 | 95 |
|
91 | 96 | <hr class="my-3" /> |
92 | | - <p class="is-size-6 has-text-weight-semibold">Cloud Advisors</p> |
| 97 | + <p class="is-size-6 has-text-weight-semibold">Oci Data Retrieve Job</p> |
93 | 98 |
|
94 | 99 | <div class="columns is-multiline"> |
95 | | - <div class="column is-2"> |
| 100 | + <div class="column is-one-quarter"> |
96 | 101 | <div class="field"> |
97 | 102 | <label |
98 | | - v-html="highlight(APIServiceLabels[21])" |
| 103 | + v-html="highlight(ThunderServiceLabels[4])" |
99 | 104 | class="label is-small" |
100 | 105 | /> |
101 | | - <CustomRadio |
102 | | - v-model="APIService.EnableOciMenu" |
103 | | - :options="trueOrFalseOptions" |
104 | | - /> |
| 106 | + <CustomInput v-model="ThunderService.OciDataRetrieveJob.Crontab" /> |
105 | 107 | </div> |
106 | 108 | </div> |
107 | | - |
108 | | - <div class="column is-2"> |
| 109 | + <div class="column is-one-quarter"> |
109 | 110 | <div class="field"> |
110 | 111 | <label |
111 | | - v-html="highlight(APIServiceLabels[22])" |
| 112 | + v-html="highlight(ThunderServiceLabels[5])" |
112 | 113 | class="label is-small" |
113 | 114 | /> |
114 | | - <CustomRadio |
115 | | - v-model="APIService.EnableAwsMenu" |
116 | | - :options="trueOrFalseOptions" |
| 115 | + <CustomInput |
| 116 | + v-model="ThunderService.OciDataRetrieveJob.DaysThreshold" |
| 117 | + inputType="number" |
117 | 118 | /> |
118 | 119 | </div> |
119 | 120 | </div> |
120 | | - |
121 | | - <div class="column is-2"> |
| 121 | + <div class="column is-one-quarter"> |
122 | 122 | <div class="field"> |
123 | 123 | <label |
124 | | - v-html="highlight(APIServiceLabels[23])" |
| 124 | + v-html="highlight(ThunderServiceLabels[6])" |
125 | 125 | class="label is-small" |
126 | 126 | /> |
127 | 127 | <CustomRadio |
128 | | - v-model="APIService.EnableGcpMenu" |
| 128 | + v-model="ThunderService.OciDataRetrieveJob.RunAtStartup" |
129 | 129 | :options="trueOrFalseOptions" |
130 | 130 | /> |
131 | 131 | </div> |
|
0 commit comments