|
231 | 231 | </div> |
232 | 232 | <div id="typemetdadatacontainer" class="modern-card" style="margin-bottom: 1rem;"> |
233 | 233 | <div class="modern-card-header collapsible @(GetCollapseClass("typemetdadata"))" @onclick="@(() => ToggleCollapse("typemetdadata"))"> |
234 | | - <span class="oi oi-chevron-bottom" aria-hidden="true"></span> Resoure Type Metadata |
| 234 | + <span class="oi oi-chevron-bottom" aria-hidden="true"></span> Resource Type Metadata |
235 | 235 | </div> |
236 | 236 | <div class="modern-card-body @(GetCollapseClass("typemetdadata"))" id="typemetdadata"> |
237 | 237 | <div style="margin-bottom: 1rem;"> |
|
347 | 347 | </div> |
348 | 348 | <div id="typemetdadatadisabledcontainer" class="modern-card" style="margin-bottom: 1rem;"> |
349 | 349 | <div class="modern-card-header collapsible @(GetCollapseClass("typemetdadatadisabled"))" @onclick="@(() => ToggleCollapse("typemetdadatadisabled"))"> |
350 | | - <span class="oi oi-chevron-bottom" aria-hidden="true"></span> Resoure Type Metadata |
| 350 | + <span class="oi oi-chevron-bottom" aria-hidden="true"></span> Resource Type Metadata |
351 | 351 | </div> |
352 | 352 | <div class="modern-card-body @(GetCollapseClass("typemetdadatadisabled"))" id="typemetdadatadisabled"> |
353 | 353 | <div style="margin-bottom: 1rem;"> |
|
452 | 452 | This option will ADD the component as OPTIONAL for all resource types. |
453 | 453 | </td> |
454 | 454 | <td> |
455 | | - <button type="button" class="modern-btn-success w-100" @onclick="@(e => FormAction("ResourceComponent","optional-add"))" style="min-width:42px;" title="Add as OPTIONAL for all resoure types"> |
| 455 | + <button type="button" class="modern-btn-success w-100" @onclick="@(e => FormAction("ResourceComponent","optional-add"))" style="min-width:42px;" title="Add as OPTIONAL for all Resource types"> |
456 | 456 | ADD |
457 | 457 | </button> |
458 | 458 | </td> |
|
462 | 462 | This option will REMOVE the component from OPTIONAL for all resource types. |
463 | 463 | </td> |
464 | 464 | <td> |
465 | | - <button type="button" class="modern-btn-danger w-100" @onclick="@(e => FormAction("ResourceComponent","optional-remove"))" style="min-width:42px;" title="Remove as OPTIONAL for all resoure types"> |
| 465 | + <button type="button" class="modern-btn-danger w-100" @onclick="@(e => FormAction("ResourceComponent","optional-remove"))" style="min-width:42px;" title="Remove as OPTIONAL for all Resource types"> |
466 | 466 | REMOVE |
467 | 467 | </button> |
468 | 468 | </td> |
|
486 | 486 | This option will ADD the component as EXCLUDE for all resource types. |
487 | 487 | </td> |
488 | 488 | <td> |
489 | | - <button type="button" class="modern-btn-success w-100" @onclick="@(e => FormAction("ResourceComponent","exclude-add"))" style="min-width:42px;" title="Add as EXCLUDE for all resoure types"> |
| 489 | + <button type="button" class="modern-btn-success w-100" @onclick="@(e => FormAction("ResourceComponent","exclude-add"))" style="min-width:42px;" title="Add as EXCLUDE for all Resource types"> |
490 | 490 | ADD |
491 | 491 | </button> |
492 | 492 | </td> |
|
496 | 496 | This option will REMOVE the component from EXCLUDE for all resource types. |
497 | 497 | </td> |
498 | 498 | <td> |
499 | | - <button type="button" class="modern-btn-danger w-100" @onclick="@(e => FormAction("ResourceComponent","exclude-remove"))" style="min-width:42px;" title="Remove as EXCLUDE for all resoure types"> |
| 499 | + <button type="button" class="modern-btn-danger w-100" @onclick="@(e => FormAction("ResourceComponent","exclude-remove"))" style="min-width:42px;" title="Remove as EXCLUDE for all Resource types"> |
500 | 500 | REMOVE |
501 | 501 | </button> |
502 | 502 | </td> |
|
0 commit comments