(id, value)
| 11834 | <svg class="w-8 h-8 inline animate-spin mb-2" fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
| 11835 | <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"></path> |
| 11836 | </svg> |
| 11837 | <p>Loading service intelligence...</p> |
| 11838 | </div> |
| 11839 | `; |
| 11840 | |
| 11841 | const data = await fetchAPI('/api/vulnerability-intel'); |
| 11842 | |
| 11843 | if (!data) { |
| 11844 | container.innerHTML = ` |
| 11845 | <div class="text-center text-red-400 py-8"> |
| 11846 | <p>Error loading service intelligence</p> |
| 11847 | </div> |
no outgoing calls
no test coverage detected