nestjs-profiler 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/views/layout.html CHANGED
@@ -204,6 +204,15 @@
204
204
  </svg>
205
205
  Code Quality
206
206
  </a>
207
+ <a href="/__profiler/view/cron-jobs"
208
+ class="flex items-center px-2 py-2 text-sm font-medium rounded-md group {{{ cronJobsActive }}}">
209
+ <svg class="mr-3 flex-shrink-0 h-6 w-6 {{{ cronJobsIconClass }}}" fill="none" viewBox="0 0 24 24"
210
+ stroke="currentColor">
211
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
212
+ d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
213
+ </svg>
214
+ Cron Jobs
215
+ </a>
207
216
  <a href="/__profiler/view/logs/live"
208
217
  class="flex items-center px-2 py-2 text-sm font-medium rounded-md group {{{ liveLogsActive }}}">
209
218
  <svg class="mr-3 flex-shrink-0 h-6 w-6 {{{ liveLogsIconClass }}}" fill="none" viewBox="0 0 24 24"
@@ -218,7 +227,7 @@
218
227
  <div class="flex-shrink-0 flex bg-slate-800 p-4 items-center justify-between">
219
228
  <div class="flex items-center">
220
229
  <div class="ml-1">
221
- <p class="text-xs font-medium text-white">v1.0.0</p>
230
+ <p class="text-xs font-medium text-white">v1.0.27</p>
222
231
  <p class="text-xs font-medium text-slate-300">nestjs-profiler</p>
223
232
  </div>
224
233
  </div>