Skip to content

Latest commit

 

History

History
57 lines (53 loc) · 2.46 KB

File metadata and controls

57 lines (53 loc) · 2.46 KB
title Operator
description Operator profile and shift status for μ-text.
{% include operator-panel.html %}
shift summary {% include status-pill.html label="active" tone="green" %}

assigned incidents

01

Training queue only, according to Bob.

clearance

T-0

Enough to see the problem, not enough to explain it.

console trust

64%

The remaining percentage is under review.

<section class="shell-panel">
  <div class="panel-header">
    <span>operator feed</span>
    <span>profile.log</span>
  </div>
  <div class="p-4">
    {% capture operator_logs %}08:42 badge provisioned for andy.j|08:47 workstation image restored from approved snapshot|08:58 Bob assigned mutual recursion deadlock|09:00 operator console acknowledged first shift|09:04 deadlock detector shared retained thread dump{% endcapture %}
    {% include fake-log.html lines=operator_logs prefix="operator" %}
  </div>
</section>

<section class="shell-panel">
  <div class="panel-header">
    <span>available actions</span>
    <span>no persistence</span>
  </div>
  <div class="flex flex-wrap gap-3 p-4">
    <a class="button-primary" href="{{ '/puzzles/001-tutorial.html' | relative_url }}">Open active incident</a>
    <a class="button-quiet" href="{{ '/lore/onboarding-memo.html' | relative_url }}">Read onboarding memo</a>
    <button class="button-quiet" type="button" data-fake-action="PING BOB">PING BOB</button>
  </div>
</section>